From 776f74dc306ab4abbf9ab0b402e41e2a2a8dafdf Mon Sep 17 00:00:00 2001 From: Emmanuel Oaikhenan Date: Tue, 30 Aug 2022 09:23:15 +0100 Subject: [PATCH] Grammer fix --- docs/layout-of-source-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index cd231c1fc..9a5847858 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -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 security. It is considered 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 ones supported by the old one. Contracts that use it can interact with ones