From 184e5bfd03b4db6feec8caec98e9659c70fda554 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:33:37 +0530 Subject: [PATCH] Fix duplicate word 'the the' in BasicToken.sol comments --- waffle-cli/test/projects/example/BasicToken.sol | 2 +- waffle-compiler/test/projects/example/BasicToken.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {