Skip to content

Commit 77e0a8d

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

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
@@ -507,7 +507,7 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
507507
Some
508508
{ name = "Inlined always annotation";
509509
description =
510-
"On a function call site, causes the function to be inlined. \
510+
"If possible, this function call will be inlined. \
511511
The function must be known to the optimizer (i.e. not an \
512512
indirect call; and if in another source file, the .cmx for that \
513513
file must be available and the function available for inlining \

0 commit comments

Comments
 (0)