Fix typos in release-5.4 (#5777)

Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
Hadrien Croubois
2025-07-03 16:36:12 +02:00
parent 325cd77cc9
commit e1277f7ad2
3 changed files with 32 additions and 32 deletions

View File

@ -219,7 +219,7 @@ abstract contract MultiSignerERC7913 is AbstractSigner {
/**
* @dev Validates the signatures using the signers and their corresponding signatures.
* Returns whether whether the signers are authorized and the signatures are valid for the given hash.
* Returns whether the signers are authorized and the signatures are valid for the given hash.
*
* IMPORTANT: Sorting the signers by their `keccak256` hash will improve the gas efficiency of this function.
* See {SignatureChecker-areValidSignaturesNow-bytes32-bytes[]-bytes[]} for more details.