Skip to content

Commit ad5201a

Browse files
liam923goldfirere
andauthored
Update src/analysis/syntax_doc.ml
Co-authored-by: Richard Eisenberg <[email protected]>
1 parent 97c89e2 commit ad5201a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/syntax_doc.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ let get_mod_bound_doc mod_bound =
159159
| Axis_pair (Modal (Monadic _), _) ->
160160
Some
161161
(Format.asprintf
162-
"Values of this type can cross from `%s` to stronger modes" mod_bound)
162+
"Values of types of this kind can cross from `%s` to stronger modes" mod_bound)
163163
| Axis_pair (Nonmodal Externality, Internal) ->
164164
Some "Values of types of this kind might be pointers to the OCaml heap"
165165
| Axis_pair (Nonmodal Externality, External64) ->

0 commit comments

Comments
 (0)