Browse Source

fix typos

Francisco Giordano 6 years ago
parent
commit
c589256203
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contracts/token/ERC777/IERC777.sol

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

@@ -59,7 +59,7 @@ interface IERC777 {
     function send(address recipient, uint256 amount, bytes calldata data) external;
 
     /**
-     * @dev Destoys `amount` tokens from the caller's account, reducing the
+     * @dev Destroys `amount` tokens from the caller's account, reducing the
      * total supply.
      *
      * If a send hook is registered for the caller, the corresponding function
@@ -114,7 +114,7 @@ interface IERC777 {
      * them.
      *
      * This list is immutable, but individual holders may revoke these via
-     *`revokeOperator`, in which case `isOperatorFor` will return false.
+     * `revokeOperator`, in which case `isOperatorFor` will return false.
      */
     function defaultOperators() external view returns (address[] memory);