Forráskód Böngészése

Fix `operatorBurn` description typo. (#2091)

Luca Daniel 5 éve
szülő
commit
08cea10aa7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      contracts/token/ERC777/IERC777.sol

+ 1 - 1
contracts/token/ERC777/IERC777.sol

@@ -146,7 +146,7 @@ interface IERC777 {
     ) external;
 
     /**
-     * @dev Destoys `amount` tokens from `account`, reducing the total supply.
+     * @dev Destroys `amount` tokens from `account`, reducing the total supply.
      * The caller must be an operator of `account`.
      *
      * If a send hook is registered for `account`, the corresponding function