Skip to content

Commit

Permalink
[fix] comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsiflit committed Nov 28, 2024
1 parent 1fdda9c commit 7f05adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Verifier/SDJWTVCVerifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protocol SdJwtVcVerifierType {
/**
* Creates a new verifier instance with SD-JWT-VC issuer metadata resolution enabled.
*
* - Parameter session: A `URLSession` instance used for HTTP communication.
* - Parameter session: A `Networking` instance used for HTTP communication.
* - Returns: An instance of the conforming type.
*/
static func usingIssuerMetadata(
Expand Down Expand Up @@ -111,7 +111,7 @@ protocol SdJwtVcVerifierType {
*
* - Parameters:
* - x509CertificateTrust: The X.509 certificate trust configuration.
* - session: A `URLSession` instance used for HTTP communication.
* - session: A `Networking` instance used for HTTP communication.
* - Returns: An instance of the conforming type.
*/
static func usingX5cOrIssuerMetadata(
Expand Down

0 comments on commit 7f05adf

Please sign in to comment.