Explorar el Código

Update ERC20.sol (#1815)

Fix typo
Ross Campbell hace 6 años
padre
commit
b084f42029
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      contracts/token/ERC20/ERC20.sol

+ 1 - 1
contracts/token/ERC20/ERC20.sol

@@ -176,7 +176,7 @@ contract ERC20 is IERC20 {
     }
 
      /**
-     * @dev Destoys `amount` tokens from `account`, reducing the
+     * @dev Destroys `amount` tokens from `account`, reducing the
      * total supply.
      *
      * Emits a `Transfer` event with `to` set to the zero address.