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. /// __________________________________________________________________________________________