Fix typo.

This commit is contained in:
Nicolás Venturo
2019-05-16 17:08:47 -03:00
parent 197bbfbfc6
commit b7c250b7cb

View File

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