Commit 602d9d98 by Markus Waas Committed by Nicolás Venturo

Fix spelling mistake in ERC20Burnable.sol (#1768)

parent bd13be91
...@@ -9,7 +9,7 @@ import "./ERC20.sol"; ...@@ -9,7 +9,7 @@ import "./ERC20.sol";
*/ */
contract ERC20Burnable is ERC20 { contract ERC20Burnable is ERC20 {
/** /**
* @dev Destoys `amount` tokens from the caller. * @dev Destroys `amount` tokens from the caller.
* *
* See `ERC20._burn`. * See `ERC20._burn`.
*/ */
......
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