From 9e246c9819e2cc728141ddad03ffa31928794e7c Mon Sep 17 00:00:00 2001 From: Vectorized Date: Sat, 26 Oct 2024 17:54:06 +0000 Subject: [PATCH] Edit --- assets/erc-7739/contracts/accounts/ERC1271.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/erc-7739/contracts/accounts/ERC1271.sol b/assets/erc-7739/contracts/accounts/ERC1271.sol index 8d7aab36a0..6dd83a49ea 100644 --- a/assets/erc-7739/contracts/accounts/ERC1271.sol +++ b/assets/erc-7739/contracts/accounts/ERC1271.sol @@ -160,7 +160,7 @@ abstract contract ERC1271 is EIP712 { /// a) `contentsType` (implicit mode) /// where `contentsType` starts with `contentsName`. /// b) `contentsType ‖ contentsName` (explicit mode) - /// where `contentsType` MAY NOT start with `contentsName`. + /// where `contentsType` may not necessarily start with `contentsName`. /// /// The `APP_DOMAIN_SEPARATOR` and `contents` will be used to verify if `hash` is indeed correct. /// __________________________________________________________________________________________