Browse Source

chore: remove redundant word (#5774)

Signed-off-by: sellskin <mydesk@yeah.net>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
sellskin 3 months ago
parent
commit
6caac66f02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/utils/cryptography/draft-ERC7739Utils.sol

+ 1 - 1
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.