Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ecb32 commit 5957494Copy full SHA for 5957494
1 file changed
docs/codeql/ql-language-reference/signatures.rst
@@ -42,7 +42,7 @@ Type signatures
42
Type signatures declare module parameters that are to be substituted with types at module instantiation.
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, i.e. types do not have to be explicitly defined as
+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.
47
48
In detail, a type signature definition consists of:
0 commit comments