From 86694813099ba566f227b7d7a46c950baa364b64 Mon Sep 17 00:00:00 2001 From: Motoko Kusanagi <83639348+0xMotoko@users.noreply.github.com> Date: Wed, 5 May 2021 22:41:46 +0900 Subject: [PATCH] Fix typo in comment (#2660) --- 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 8fe589d7c..2d6e78235 100644 --- a/contracts/token/ERC20/ERC20.sol +++ b/contracts/token/ERC20/ERC20.sol @@ -43,7 +43,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata { /** * @dev Sets the values for {name} and {symbol}. * - * The defaut value of {decimals} is 18. To select a different value for + * The default value of {decimals} is 18. To select a different value for * {decimals} you should overload it. * * All two of these values are immutable: they can only be set once during