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 ce0e85b commit 77e0a8dCopy full SHA for 77e0a8d
src/analysis/syntax_doc.ml
@@ -507,7 +507,7 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
507
Some
508
{ name = "Inlined always annotation";
509
description =
510
- "On a function call site, causes the function to be inlined. \
+ "If possible, this function call will be inlined. \
511
The function must be known to the optimizer (i.e. not an \
512
indirect call; and if in another source file, the .cmx for that \
513
file must be available and the function available for inlining \
0 commit comments