Commit 54ee1c7f by ~Luiserebii~ Committed by Nicolás Venturo

Fixing really minor typo (#1911)

parent e855ca45
...@@ -177,7 +177,7 @@ contract ERC20 is Context, IERC20 { ...@@ -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.
* *
......
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