Skip to content

Commit a2aca82

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

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
@@ -394,7 +394,7 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
394394
Some
395395
{ name = "Zero-alloc assume annotation";
396396
description =
397-
"This function is assumed to be \"zero_alloc\" but the \
397+
"This function is assumed to be zero_alloc but the \
398398
compiler does not guarantee it.";
399399
documentation = doc_url;
400400
level = Advanced

0 commit comments

Comments
 (0)