Skip to content

Commit

Permalink
[FIX] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy committed Jan 19, 2024
1 parent 70a07e1 commit c160ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3swift/src/SIWE/SiweVerifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Foundation

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

0 comments on commit c160ad2

Please sign in to comment.