From d2ab599bd3374ad377fb66dd3bf34110e90f6dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Tue, 14 Apr 2020 14:41:33 -0300 Subject: [PATCH] Update IERC777.sol (#2184) --- contracts/token/ERC777/IERC777.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. *