Skip to content

Commit d884726

Browse files
authored
Merge pull request github#15098 from fossilet/fix-signature-doc
Fix typo.
2 parents 1653433 + 9157dde commit d884726

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
@@ -73,7 +73,7 @@ Module signatures declare module parameters that will be substituted with module
7373
Module signatures specify a collection of types and predicates that a module needs to contain under given names and
7474
matching given signatures.
7575

76-
Unlike type signatures and predicate signatures, the substitution of type signatures relies on nominal typing.
76+
Unlike type signatures and predicate signatures, the substitution of module signatures relies on nominal typing.
7777
That is, the definition of a module must declare the module signatures it implements.
7878

7979
In detail, a type signature definition consists of:

0 commit comments

Comments
 (0)