Unverified Commit d2ab599b by Nicolás Venturo Committed by GitHub

Update IERC777.sol (#2184)

parent 281bcb74
...@@ -96,7 +96,7 @@ interface IERC777 { ...@@ -96,7 +96,7 @@ interface IERC777 {
function authorizeOperator(address operator) external; function authorizeOperator(address operator) external;
/** /**
* @dev Make an account an operator of the caller. * @dev Revoke an account's operator status for the caller.
* *
* See {isOperatorFor} and {defaultOperators}. * See {isOperatorFor} and {defaultOperators}.
* *
......
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