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