Fix typo.
This commit is contained in:
@ -58,7 +58,7 @@ interface IERC777 {
|
|||||||
function burn(uint256 amount, bytes calldata data) external;
|
function burn(uint256 amount, bytes calldata data) external;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @devs Returns true if an account is an operator of `tokenHolder`.
|
* @dev Returns true if an account is an operator of `tokenHolder`.
|
||||||
* Operators can send and burn tokens on behalf of their owners. All
|
* Operators can send and burn tokens on behalf of their owners. All
|
||||||
* accounts are their own operator.
|
* accounts are their own operator.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user