From 4268a9df676204e09a1b609fdb92fa2b3a3de0c7 Mon Sep 17 00:00:00 2001 From: rustrover Date: Thu, 14 Mar 2024 14:01:20 +0800 Subject: [PATCH] chore: remove repetitive word Signed-off-by: rustrover --- examples/printers/human_printer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/printers/human_printer.sol b/examples/printers/human_printer.sol index 72874deae9..608749b8a3 100644 --- a/examples/printers/human_printer.sol +++ b/examples/printers/human_printer.sol @@ -65,7 +65,7 @@ contract SimpleVulnerableToken{ /** * @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) {