Skip to content

Commit c5110e5

Browse files
better description for predicate signatures
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent cca5dfb commit c5110e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are three categories of signatures: **predicate signatures**, **type signa
1313
Predicate signatures
1414
====================
1515

16-
Predicate signatures declare module parameters that are to be substituted with predicates at module instantiation.
16+
Predicate signatures declare module parameters that will be substituted with predicates when the module is instantiated.
1717

1818
The substitution of predicate signatures relies on structural typing, i.e. predicates do not have to be explicitly
1919
defined as implementing a predicate signature - they just have to match the return and argument types.

0 commit comments

Comments
 (0)