Skip to content

Commit 89de63a

Browse files
better explanation of what type signatures are used for
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent 7ea0f8d commit 89de63a

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
@@ -40,7 +40,7 @@ Type signatures
4040
===============
4141

4242
Type signatures declare module parameters that will be substituted with types when the module is instantiated.
43-
Type signature are the simplest category of signatures, as the only thing they allow is the specification of supertypes.
43+
Type signatures are used to specify supertypes and are the simplest category of signatures.
4444

4545
The substitution of type signatures relies on structural typing. That is, types do not have to be explicitly defined as
4646
implementing a type signature - they just need to have the specified (transitive) supertypes.

0 commit comments

Comments
 (0)