Unverified Commit 08cea10a by Luca Daniel Committed by GitHub

Fix `operatorBurn` description typo. (#2091)

parent 82147dc2
...@@ -146,7 +146,7 @@ interface IERC777 { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment