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 5957494 commit 7806308Copy full SHA for 7806308
docs/codeql/ql-language-reference/signatures.rst
@@ -67,7 +67,7 @@ Module signatures declare module parameters that are to be substituted with modu
67
Module signatures specify a collection of types and predicates that a module needs to contain under given names and
68
matching given signatures.
69
70
-Contrary to type signatures and predicte signatures, the substitution of type signatures relies on nominal typing,
+Unlike type signatures and predicate signatures, the substitution of type signatures relies on nominal typing.
71
i.e. modules need to declare at their definition the module signatures they implement.
72
73
In detail, a type signature definition consists of:
0 commit comments