You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/ql-language-reference/signatures.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ Predicate signatures are defined much like predicates themselves, but they do no
22
22
In detail, a predicate signature definition consists of:
23
23
24
24
#. 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>`).
27
27
#. The name of the predicate signature. This is an `identifier <https://codeql.github.com/docs/ql-language-reference/ql-language-specification/#identifiers>`_
28
28
starting with a lowercase letter.
29
29
#. The arguments to the predicate signature, if any, separated by commas.
0 commit comments