瀏覽代碼

Typo in ERC20.sol (#1873)

Changed word from Destoys to Destroys in line number 220.
https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol#L220

Need review. Thanks 👍
Dinslinger90 6 年之前
父節點
當前提交
eeeb3a5be1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/token/ERC20/ERC20.sol

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

@@ -217,7 +217,7 @@ contract ERC20 is IERC20 {
     }
 
     /**
-     * @dev Destoys `amount` tokens from `account`.`amount` is then deducted
+     * @dev Destroys `amount` tokens from `account`.`amount` is then deducted
      * from the caller's allowance.
      *
      * See {_burn} and {_approve}.