Skip to content

Commit 7ba967a

Browse files
authored
typo correction
1 parent f655709 commit 7ba967a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/v0.8/types/AccountTypes.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import "./CommonTypes.sol";
2626
library AccountTypes {
2727
uint constant AuthenticateMessageMethodNum = 2643134072;
2828

29-
/// @param it should be a raw byte of signature, NOT a serialized signature object with a signatureType.
29+
/// @param signature should be a raw byte of signature, NOT a serialized signature object with a signatureType.
3030
/// @param message The message which is signed by the corresponding account address.
3131
struct AuthenticateMessageParams {
3232
bytes signature;

0 commit comments

Comments
 (0)