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 c5110e5 commit 7ea0f8dCopy full SHA for 7ea0f8d
docs/codeql/ql-language-reference/signatures.rst
@@ -15,7 +15,7 @@ Predicate signatures
15
16
Predicate signatures declare module parameters that will be substituted with predicates when the module is instantiated.
17
18
-The substitution of predicate signatures relies on structural typing, i.e. predicates do not have to be explicitly
+The substitution of predicate signatures relies on structural typing. That is, predicates do not have to be explicitly
19
defined as implementing a predicate signature - they just have to match the return and argument types.
20
21
Predicate signatures are defined much like predicates themselves, but they do not have a body.
0 commit comments