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 e07e91d commit f0b254cCopy full SHA for f0b254c
src/analysis/syntax_doc.ml
@@ -386,7 +386,7 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
386
| "opt" ->
387
Some
388
{ name = "Zero-alloc opt annotation";
389
- description = "Same as [@zero_alloc] in optimized builds only.";
+ description = "Same as [@zero_alloc], but checks during optimized builds only.";
390
documentation = doc_url;
391
level = Advanced
392
}
0 commit comments