Skip to content

Commit 93484c3

Browse files
committed
[FIX] Fix typo for comment
1 parent 438bc82 commit 93484c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3swift/src/SIWE/SiweVerifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Foundation
88

99
/// An object which will verify if a given `SiweMessage` and signature match with the EVM address provided
1010
public class SiweVerifier {
11-
/// Errors thrown when verifing a given message against a signature
11+
/// Errors thrown when verifying a given message against a signature
1212
public enum Error: Swift.Error {
1313
/// The provided message is from a different network than the client's.
1414
case differentNetwork

0 commit comments

Comments
 (0)