Update IERC777.sol (#2184)

This commit is contained in:
Nicolás Venturo
2020-04-14 14:41:33 -03:00
committed by GitHub
parent 281bcb747e
commit d2ab599bd3

View File

@ -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}.
* *