Ver Fonte

Fixing really minor typo (#1911)

~Luiserebii~ há 6 anos atrás
pai
commit
54ee1c7ff5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      contracts/token/ERC20/ERC20.sol

+ 1 - 1
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.
      *