From b644c72eb083d7a84a5c9924ec8012a7c29290fd Mon Sep 17 00:00:00 2001 From: Jerome de Tychey Date: Mon, 10 Sep 2018 17:06:52 +0200 Subject: [PATCH] Update ERC20.sol (#1313) correct typo in doc --- contracts/token/ERC20/ERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC20/ERC20.sol b/contracts/token/ERC20/ERC20.sol index d1f3094d4..34cb3f6ce 100644 --- a/contracts/token/ERC20/ERC20.sol +++ b/contracts/token/ERC20/ERC20.sol @@ -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) {