diff --git a/contracts/token/ERC777/IERC777.sol b/contracts/token/ERC777/IERC777.sol index a93b3a92f..8a46cb707 100644 --- a/contracts/token/ERC777/IERC777.sol +++ b/contracts/token/ERC777/IERC777.sol @@ -96,7 +96,7 @@ interface IERC777 { 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}. *