Skip to content

Commit

Permalink
Fix spelling mistake in ERC20Burnable.sol (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgos authored and nventuro committed May 24, 2019
1 parent bd13be9 commit 602d9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC20/ERC20Burnable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
*/
Expand Down

0 comments on commit 602d9d9

Please sign in to comment.