Skip to content

Commit 7806308

Browse files
better formulation for module signatures
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent 5957494 commit 7806308

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
@@ -67,7 +67,7 @@ Module signatures declare module parameters that are to be substituted with modu
6767
Module signatures specify a collection of types and predicates that a module needs to contain under given names and
6868
matching given signatures.
6969

70-
Contrary to type signatures and predicte signatures, the substitution of type signatures relies on nominal typing,
70+
Unlike type signatures and predicate signatures, the substitution of type signatures relies on nominal typing.
7171
i.e. modules need to declare at their definition the module signatures they implement.
7272

7373
In detail, a type signature definition consists of:

0 commit comments

Comments
 (0)