Browse Source

Fix spelling mistake in ERC20Burnable.sol (#1768)

Markus Waas 6 years ago
parent
commit
602d9d9884
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/token/ERC20/ERC20Burnable.sol

+ 1 - 1
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`.
      */