Skip to content

Commit

Permalink
Merge pull request OpenZeppelin#379 from skywinder/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in documentation
  • Loading branch information
frangio authored Aug 19, 2017
2 parents 2eab89d + 0ae0edd commit 01450e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/MintableToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contract MintableToken is StandardToken, Ownable {

/**
* @dev Function to mint tokens
* @param _to The address that will recieve the minted tokens.
* @param _to The address that will receive the minted tokens.
* @param _amount The amount of tokens to mint.
* @return A boolean that indicates if the operation was successful.
*/
Expand Down

0 comments on commit 01450e6

Please sign in to comment.