Fix operatorBurn description typo. (#2091)
This commit is contained in:
@ -146,7 +146,7 @@ interface IERC777 {
|
|||||||
) external;
|
) external;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dev Destoys `amount` tokens from `account`, reducing the total supply.
|
* @dev Destroys `amount` tokens from `account`, reducing the total supply.
|
||||||
* The caller must be an operator of `account`.
|
* The caller must be an operator of `account`.
|
||||||
*
|
*
|
||||||
* If a send hook is registered for `account`, the corresponding function
|
* If a send hook is registered for `account`, the corresponding function
|
||||||
|
|||||||
Reference in New Issue
Block a user