Skip to content

Commit 8fa524c

Browse files
committed
spelling: substitution
Signed-off-by: Josh Soref <[email protected]>
1 parent 7cc61ec commit 8fa524c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Predicate signatures are defined much like predicates themselves, but they do no
2222
In detail, a predicate signature definition consists of:
2323

2424
#. The keyword ``signature``.
25-
#. The keyword ``predicate`` (allows subsitution with a :ref:`predicate without result <predicates-without-result>`),
26-
or the type of the result (allows subsitution with a :ref:`predicate with result <predicates-with-result>`).
25+
#. The keyword ``predicate`` (allows substitution with a :ref:`predicate without result <predicates-without-result>`),
26+
or the type of the result (allows substitution with a :ref:`predicate with result <predicates-with-result>`).
2727
#. The name of the predicate signature. This is an `identifier <https://codeql.github.com/docs/ql-language-reference/ql-language-specification/#identifiers>`_
2828
starting with a lowercase letter.
2929
#. The arguments to the predicate signature, if any, separated by commas.

0 commit comments

Comments
 (0)