We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea0f8d commit 89de63aCopy full SHA for 89de63a
docs/codeql/ql-language-reference/signatures.rst
@@ -40,7 +40,7 @@ Type signatures
40
===============
41
42
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.
+Type signatures are used to specify supertypes and are the simplest category of signatures.
44
45
The substitution of type signatures relies on structural typing. That is, types do not have to be explicitly defined as
46
implementing a type signature - they just need to have the specified (transitive) supertypes.
0 commit comments