Merge pull request #13455 from emmaodia/patch-2

Grammer fix
This commit is contained in:
Leo 2022-08-30 11:08:42 +02:00 committed by GitHub
commit 19e3c7339e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ arrays and structs. Apart from supporting more types, it involves more extensive
validation and safety checks, which may result in higher gas costs, but also heightened validation and safety checks, which may result in higher gas costs, but also heightened
security. It is considered security. It is considered
non-experimental as of Solidity 0.6.0 and it is enabled by default starting non-experimental as of Solidity 0.6.0 and it is enabled by default starting
with Solidity 0.8.0. There old coder can still be selected using ``pragma abicoder v1;``. with Solidity 0.8.0. The old ABI coder can still be selected using ``pragma abicoder v1;``.
The set of types supported by the new encoder is a strict superset of The set of types supported by the new encoder is a strict superset of
the ones supported by the old one. Contracts that use it can interact with ones the ones supported by the old one. Contracts that use it can interact with ones