diff --git a/waffle-cli/test/projects/example/BasicToken.sol b/waffle-cli/test/projects/example/BasicToken.sol index cc395103c..a005a0b28 100644 --- a/waffle-cli/test/projects/example/BasicToken.sol +++ b/waffle-cli/test/projects/example/BasicToken.sol @@ -39,7 +39,7 @@ contract BasicToken is ERC20Basic { /** * @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) { diff --git a/waffle-compiler/test/projects/example/BasicToken.sol b/waffle-compiler/test/projects/example/BasicToken.sol index cc395103c..a005a0b28 100644 --- a/waffle-compiler/test/projects/example/BasicToken.sol +++ b/waffle-compiler/test/projects/example/BasicToken.sol @@ -39,7 +39,7 @@ contract BasicToken is ERC20Basic { /** * @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) {