Fix spelling mistake in ERC20Burnable.sol (#1768)

pull/1776/head
Markus Waas 6 years ago committed by Nicolás Venturo
parent bd13be9174
commit 602d9d9884
  1. 2
      contracts/token/ERC20/ERC20Burnable.sol

@ -9,7 +9,7 @@ import "./ERC20.sol";
*/
contract ERC20Burnable is ERC20 {
/**
* @dev Destoys `amount` tokens from the caller.
* @dev Destroys `amount` tokens from the caller.
*
* See `ERC20._burn`.
*/

Loading…
Cancel
Save