From 294778faf669286bd8d2ce56006e8fa79689e799 Mon Sep 17 00:00:00 2001 From: huochexizhan Date: Tue, 8 Jul 2025 11:31:52 +0800 Subject: [PATCH] chore: remove redundant word in contracts/utils/cryptography/draft-ERC7739Utils.sol Signed-off-by: huochexizhan --- contracts/utils/cryptography/draft-ERC7739Utils.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/utils/cryptography/draft-ERC7739Utils.sol b/contracts/utils/cryptography/draft-ERC7739Utils.sol index ec79fdd224c..e4df5d60206 100644 --- a/contracts/utils/cryptography/draft-ERC7739Utils.sol +++ b/contracts/utils/cryptography/draft-ERC7739Utils.sol @@ -57,7 +57,7 @@ library ERC7739Utils { * - `APP_DOMAIN_SEPARATOR` is the EIP-712 {EIP712-_domainSeparatorV4} of the application smart contract that is * requesting the signature verification (though ERC-1271). * - `contentsHash` is the hash of the underlying data structure or message. - * - `contentsDescr` is a descriptor of the "contents" part of the the EIP-712 type of the nested signature. + * - `contentsDescr` is a descriptor of the "contents" part of the EIP-712 type of the nested signature. * * NOTE: This function returns empty if the input format is invalid instead of reverting. * data instead.