Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5957494

Browse files
better explanation of structural typing
Co-authored-by: Felicity Chapman <[email protected]>
1 parent c9ecb32 commit 5957494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/codeql/ql-language-reference/signatures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Type signatures
4242
Type signatures declare module parameters that are to be substituted with types at module instantiation.
4343
Type signature are the simplest category of signatures, as the only thing they allow is the specification of supertypes.
4444

45-
The substitution of type signatures relies on structural typing, i.e. types do not have to be explicitly defined as
45+
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.
4747

4848
In detail, a type signature definition consists of:

0 commit comments

Comments
 (0)