From 7ba967a47840bafc754159e4c048c6ce4938007e Mon Sep 17 00:00:00 2001 From: Shashank Trivedi <100513286+lordshashank@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:07:27 +0530 Subject: [PATCH] typo correction --- contracts/v0.8/types/AccountTypes.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/v0.8/types/AccountTypes.sol b/contracts/v0.8/types/AccountTypes.sol index ef503201..91c39d2f 100644 --- a/contracts/v0.8/types/AccountTypes.sol +++ b/contracts/v0.8/types/AccountTypes.sol @@ -26,7 +26,7 @@ import "./CommonTypes.sol"; library AccountTypes { uint constant AuthenticateMessageMethodNum = 2643134072; - /// @param it should be a raw byte of signature, NOT a serialized signature object with a signatureType. + /// @param signature should be a raw byte of signature, NOT a serialized signature object with a signatureType. /// @param message The message which is signed by the corresponding account address. struct AuthenticateMessageParams { bytes signature;