Fix spelling mistake in ERC20Burnable.sol (#1768)
(cherry picked from commit 602d9d9884)
This commit is contained in:
committed by
Francisco Giordano
parent
132e442c1f
commit
894afb9a1a
@ -9,7 +9,7 @@ import "./ERC20.sol";
|
|||||||
*/
|
*/
|
||||||
contract ERC20Burnable is ERC20 {
|
contract ERC20Burnable is ERC20 {
|
||||||
/**
|
/**
|
||||||
* @dev Destoys `amount` tokens from the caller.
|
* @dev Destroys `amount` tokens from the caller.
|
||||||
*
|
*
|
||||||
* See `ERC20._burn`.
|
* See `ERC20._burn`.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user