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 426425a commit ac54caaCopy full SHA for ac54caa
docs/codeql/ql-language-reference/annotations.rst
@@ -301,7 +301,7 @@ based on the given binding set. This can be useful to prevent the optimiser
301
from choosing a sub-optimal join order.
302
303
For instance, in the example below, the ``pragma[inline_late]`` and
304
-``bindingset[x]`` annotation specifies that calls to ``p`` should be join ordered
+``bindingset[x]`` annotations specifiy that calls to ``p`` should be join ordered
305
in a context where ``x`` is already bound. This forces the join orderer to
306
order the ``q(x)`` call before ``p(x)``, which is more computationally efficient
307
than ordering ``p(x)`` before ``q(x)``.
0 commit comments