Commit 5f6d511a by Hoon Choi Committed by Nicolás Venturo

Fix typo in Crowdsale.sol (#1035)

parent 7dbb7a8b
...@@ -14,7 +14,7 @@ import "../token/ERC20/SafeERC20.sol"; ...@@ -14,7 +14,7 @@ import "../token/ERC20/SafeERC20.sol";
* The external interface represents the basic interface for purchasing tokens, and conform * The external interface represents the basic interface for purchasing tokens, and conform
* the base architecture for crowdsales. They are *not* intended to be modified / overriden. * the base architecture for crowdsales. They are *not* intended to be modified / overriden.
* The internal interface conforms the extensible and modifiable surface of crowdsales. Override * The internal interface conforms the extensible and modifiable surface of crowdsales. Override
* the methods to add functionality. Consider using 'super' where appropiate to concatenate * the methods to add functionality. Consider using 'super' where appropriate to concatenate
* behavior. * behavior.
*/ */
contract Crowdsale { contract Crowdsale {
......
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