From 243adff49ce1700e0ecb99fe522fb16cff1d1ddc Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Fri, 26 Mar 2021 14:06:58 +0100 Subject: [PATCH] fix typo in ERC20's documentation --- contracts/token/ERC20/ERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC20/ERC20.sol b/contracts/token/ERC20/ERC20.sol index 1c3fe308f..1cd2ae9d4 100644 --- a/contracts/token/ERC20/ERC20.sol +++ b/contracts/token/ERC20/ERC20.sol @@ -76,7 +76,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata { * * Tokens usually opt for a value of 18, imitating the relationship between * Ether and Wei. This is the value {ERC20} uses, unless this function is - * overloaded; + * overridden; * * NOTE: This information is only used for _display_ purposes: it in * no way affects any of the arithmetic of the contract, including