Fixing really minor typo (#1911)
This commit is contained in:
committed by
Nicolás Venturo
parent
e855ca450a
commit
54ee1c7ff5
@ -177,7 +177,7 @@ contract ERC20 is Context, IERC20 {
|
|||||||
emit Transfer(address(0), account, amount);
|
emit Transfer(address(0), account, amount);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dev Destroys `amount` tokens from `account`, reducing the
|
* @dev Destroys `amount` tokens from `account`, reducing the
|
||||||
* total supply.
|
* total supply.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user