Skip to content

Commit 426425a

Browse files
kaspersvginsbach
andauthored
Update docs/codeql/ql-language-reference/annotations.rst
Co-authored-by: Philip Ginsbach <[email protected]>
1 parent 74472d7 commit 426425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-language-reference/annotations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ at the places where it is called.
295295
**Available for**: |non-member predicates|
296296

297297
The ``pragma[inline_late]`` annotation must be used in conjunction with a
298-
``bindingset[...]`` pragma and together they tell the QL optimiser to inline
298+
``bindingset[...]`` pragma. Together, they tell the QL optimiser to inline
299299
the annotated predicate after join ordering and to join order callers and callee
300300
based on the given binding set. This can be useful to prevent the optimiser
301301
from choosing a sub-optimal join order.

0 commit comments

Comments
 (0)