Skip to content

Commit 546053a

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

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
@@ -241,7 +241,7 @@ let get_mode_doc mode =
241241
"Values with this mode can be sent to other threads without causing \
242242
data races"
243243
| Monadic Uniqueness, Aliased ->
244-
Some "This usage of the value might not be the only usage of the value"
244+
Some "There may be multiple pointers to values with this mode"
245245
| Monadic Uniqueness, Unique ->
246246
Some "This usage of the value is the only usage of the value."
247247
| Comonadic Linearity, Once ->

0 commit comments

Comments
 (0)