Skip to content

Commit 473f17c

Browse files
omahsowen-mc
authored andcommitted
fix typo
1 parent 884f41b commit 473f17c

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
@@ -302,7 +302,7 @@ after join ordering. This can be useful to prevent the optimiser from choosing
302302
a sub-optimal join order.
303303

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

0 commit comments

Comments
 (0)