From 54ee1c7ff59462bc300c0dc96cb71eb1e3cbdb45 Mon Sep 17 00:00:00 2001 From: ~Luiserebii~ Date: Wed, 4 Sep 2019 10:45:49 -0400 Subject: [PATCH] Fixing really minor typo (#1911) --- 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 769dc140a..0846fb2cb 100644 --- a/contracts/token/ERC20/ERC20.sol +++ b/contracts/token/ERC20/ERC20.sol @@ -177,7 +177,7 @@ contract ERC20 is Context, IERC20 { emit Transfer(address(0), account, amount); } - /** + /** * @dev Destroys `amount` tokens from `account`, reducing the * total supply. *