We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c89e2 commit ad5201aCopy full SHA for ad5201a
src/analysis/syntax_doc.ml
@@ -159,7 +159,7 @@ let get_mod_bound_doc mod_bound =
159
| Axis_pair (Modal (Monadic _), _) ->
160
Some
161
(Format.asprintf
162
- "Values of this type can cross from `%s` to stronger modes" mod_bound)
+ "Values of types of this kind can cross from `%s` to stronger modes" mod_bound)
163
| Axis_pair (Nonmodal Externality, Internal) ->
164
Some "Values of types of this kind might be pointers to the OCaml heap"
165
| Axis_pair (Nonmodal Externality, External64) ->
0 commit comments