Pārlūkot izejas kodu

Fixing really minor typo (#1911)

~Luiserebii~ 6 gadi atpakaļ
vecāks
revīzija
54ee1c7ff5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.
      *