Skip to content

Commit f0b254c

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

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
@@ -386,7 +386,7 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
386386
| "opt" ->
387387
Some
388388
{ name = "Zero-alloc opt annotation";
389-
description = "Same as [@zero_alloc] in optimized builds only.";
389+
description = "Same as [@zero_alloc], but checks during optimized builds only.";
390390
documentation = doc_url;
391391
level = Advanced
392392
}

0 commit comments

Comments
 (0)