Fixing really minor typo (#1911)

This commit is contained in:
~Luiserebii~
2019-09-04 10:45:49 -04:00
committed by Nicolás Venturo
parent e855ca450a
commit 54ee1c7ff5

View File

@ -177,7 +177,7 @@ contract ERC20 is Context, IERC20 {
emit Transfer(address(0), account, amount);
}
/**
/**
* @dev Destroys `amount` tokens from `account`, reducing the
* total supply.
*