Skip to content

Commit 776f74d

Browse files
authored
Grammer fix
1 parent 7fdd494 commit 776f74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layout-of-source-files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ arrays and structs. Apart from supporting more types, it involves more extensive
105105
validation and safety checks, which may result in higher gas costs, but also heightened
106106
security. It is considered
107107
non-experimental as of Solidity 0.6.0 and it is enabled by default starting
108-
with Solidity 0.8.0. There old coder can still be selected using ``pragma abicoder v1;``.
108+
with Solidity 0.8.0. The old ABI coder can still be selected using ``pragma abicoder v1;``.
109109

110110
The set of types supported by the new encoder is a strict superset of
111111
the ones supported by the old one. Contracts that use it can interact with ones

0 commit comments

Comments
 (0)