Skip to content

Commit 17f02c3

Browse files
committed
fix comment
1 parent 6730adb commit 17f02c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ERC7739.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ abstract contract ERC7739 is EIP712 {
4141
/// @dev Performs the required checks per the ERC-7739 spec:
4242
/// - contentsDescr is not empty
4343
/// - contentsName is not empty
44-
/// - The reconstructed hash mathches the hash passed in via isValidSignature
44+
/// - The reconstructed hash matches the hash passed in via isValidSignature
4545
function _isValidTypedDataSig(Key memory key, bytes32 hash, bytes memory wrappedSignature)
4646
internal
4747
view

0 commit comments

Comments
 (0)