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 f0b254c commit a2aca82Copy full SHA for a2aca82
src/analysis/syntax_doc.ml
@@ -394,7 +394,7 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
394
Some
395
{ name = "Zero-alloc assume annotation";
396
description =
397
- "This function is assumed to be \"zero_alloc\" but the \
+ "This function is assumed to be zero_alloc but the \
398
compiler does not guarantee it.";
399
documentation = doc_url;
400
level = Advanced
0 commit comments