Commit c5892562 by Francisco Giordano

fix typos

parent d95f5e2e
...@@ -59,7 +59,7 @@ interface IERC777 { ...@@ -59,7 +59,7 @@ interface IERC777 {
function send(address recipient, uint256 amount, bytes calldata data) external; 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. * total supply.
* *
* If a send hook is registered for the caller, the corresponding function * If a send hook is registered for the caller, the corresponding function
...@@ -114,7 +114,7 @@ interface IERC777 { ...@@ -114,7 +114,7 @@ interface IERC777 {
* them. * them.
* *
* This list is immutable, but individual holders may revoke these via * 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); function defaultOperators() external view returns (address[] memory);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment