Commit 9fd61177 by Tal Ater Committed by Alejo Salles

Fixed typo in Crowdsale contract comment (#793)

parent 3c489127
...@@ -95,7 +95,7 @@ contract Crowdsale { ...@@ -95,7 +95,7 @@ contract Crowdsale {
// ----------------------------------------- // -----------------------------------------
/** /**
* @dev Validation of an incoming purchase. Use require statemens to revert state when conditions are not met. Use super to concatenate validations. * @dev Validation of an incoming purchase. Use require statements to revert state when conditions are not met. Use super to concatenate validations.
* @param _beneficiary Address performing the token purchase * @param _beneficiary Address performing the token purchase
* @param _weiAmount Value in wei involved in the purchase * @param _weiAmount Value in wei involved in the purchase
*/ */
......
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