Skip to content

Commit cca5dfb

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

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
@@ -39,7 +39,7 @@ For example:
3939
Type signatures
4040
===============
4141

42-
Type signatures declare module parameters that are to be substituted with types at module instantiation.
42+
Type signatures declare module parameters that will be substituted with types when the module is instantiated.
4343
Type signature are the simplest category of signatures, as the only thing they allow is the specification of supertypes.
4444

4545
The substitution of type signatures relies on structural typing. That is, types do not have to be explicitly defined as

0 commit comments

Comments
 (0)