Skip to content

Commit 6caac66

Browse files
sellskinAmxx
andauthored
chore: remove redundant word (#5774)
Signed-off-by: sellskin <[email protected]> Co-authored-by: Hadrien Croubois <[email protected]>
1 parent 0b9edd4 commit 6caac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/cryptography/draft-ERC7739Utils.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library ERC7739Utils {
5757
* - `APP_DOMAIN_SEPARATOR` is the EIP-712 {EIP712-_domainSeparatorV4} of the application smart contract that is
5858
* requesting the signature verification (though ERC-1271).
5959
* - `contentsHash` is the hash of the underlying data structure or message.
60-
* - `contentsDescr` is a descriptor of the "contents" part of the the EIP-712 type of the nested signature.
60+
* - `contentsDescr` is a descriptor of the "contents" part of the EIP-712 type of the nested signature.
6161
*
6262
* NOTE: This function returns empty if the input format is invalid instead of reverting.
6363
* data instead.

0 commit comments

Comments
 (0)