Fixed typo in Crowdsale contract comment (#793)

This commit is contained in:
Tal Ater
2018-03-05 21:06:58 +02:00
committed by Alejo Salles
parent 3c48912730
commit 9fd61177c3

View File

@ -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 _weiAmount Value in wei involved in the purchase
*/