Commit b644c72e by Jerome de Tychey Committed by Nicolás Venturo

Update ERC20.sol (#1313)

correct typo in doc
parent 0b8296e5
...@@ -29,7 +29,7 @@ contract ERC20 is IERC20 { ...@@ -29,7 +29,7 @@ contract ERC20 is IERC20 {
/** /**
* @dev Gets the balance of the specified address. * @dev Gets the balance of the specified address.
* @param owner The address to query the the balance of. * @param owner The address to query the balance of.
* @return An uint256 representing the amount owned by the passed address. * @return An uint256 representing the amount owned by the passed address.
*/ */
function balanceOf(address owner) public view returns (uint256) { function balanceOf(address owner) public view returns (uint256) {
......
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