Skip to content

Commit 5c69b42

Browse files
better explanation of nominal typing
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent 89de63a commit 5c69b42

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
@@ -68,7 +68,7 @@ Module signatures specify a collection of types and predicates that a module nee
6868
matching given signatures.
6969

7070
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.
71+
That is, the definition of a module must declare the module signatures it implements.
7272

7373
In detail, a type signature definition consists of:
7474

0 commit comments

Comments
 (0)