From 7ea34d9e977bfe4fe75d4db61d716d5830bab890 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 (cherry picked from commit b644c72eb083d7a84a5c9924ec8012a7c29290fd) --- 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 22b7df3c5..09049c59a 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) {