Update ERC20.sol (#1313)
correct typo in doc
(cherry picked from commit b644c72eb0)
This commit is contained in:
committed by
Leo Arias
parent
2a8146a45d
commit
7ea34d9e97
@ -29,7 +29,7 @@ contract ERC20 is IERC20 {
|
||||
|
||||
/**
|
||||
* @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.
|
||||
*/
|
||||
function balanceOf(address owner) public view returns (uint256) {
|
||||
|
||||
Reference in New Issue
Block a user