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