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 16973c9 commit cca5dfbCopy full SHA for cca5dfb
docs/codeql/ql-language-reference/signatures.rst
@@ -39,7 +39,7 @@ For example:
39
Type signatures
40
===============
41
42
-Type signatures declare module parameters that are to be substituted with types at module instantiation.
+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.
44
45
The substitution of type signatures relies on structural typing. That is, types do not have to be explicitly defined as
0 commit comments