Skip to content

Commit ac54caa

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

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
@@ -301,7 +301,7 @@ based on the given binding set. This can be useful to prevent the optimiser
301301
from choosing a sub-optimal join order.
302302

303303
For instance, in the example below, the ``pragma[inline_late]`` and
304-
``bindingset[x]`` annotation specifies that calls to ``p`` should be join ordered
304+
``bindingset[x]`` annotations specifiy that calls to ``p`` should be join ordered
305305
in a context where ``x`` is already bound. This forces the join orderer to
306306
order the ``q(x)`` call before ``p(x)``, which is more computationally efficient
307307
than ordering ``p(x)`` before ``q(x)``.

0 commit comments

Comments
 (0)