Commit d3bc0a4e by Francisco Giordano Committed by GitHub

Merge pull request #379 from skywinder/patch-1

Fixed typo in documentation
parents d1a82dde b12db57f
...@@ -27,7 +27,7 @@ contract MintableToken is StandardToken, Ownable { ...@@ -27,7 +27,7 @@ contract MintableToken is StandardToken, Ownable {
/** /**
* @dev Function to mint tokens * @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. * @param _amount The amount of tokens to mint.
* @return A boolean that indicates if the operation was successful. * @return A boolean that indicates if the operation was successful.
*/ */
......
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