Skip to content

Commit a79faa5

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/analysis/syntax_doc.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,9 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
546546
Some
547547
{ name = "Inlined hint annotation";
548548
description =
549-
"On a function call site, causes the function to be inlined if \
550-
possible (like [@inlined always]) but suppresses the warning \
551-
when it is not possible.";
549+
"If possible, this function call will be inlined, like [@inlined always]. \
550+
However, no warning is emitted \
551+
when inlining is not possible.";
552552
documentation = None;
553553
level = Advanced
554554
}

0 commit comments

Comments
 (0)