Skip to content

Commit

Permalink
Fixed typo in Crowdsale contract comment (OpenZeppelin#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter authored and ProphetDaniel committed Mar 8, 2018
1 parent 116bd95 commit 4be1aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/crowdsale/Crowdsale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 4be1aaa

Please sign in to comment.