Skip to content

Commit b1b6923

Browse files
committed
Fix DocC issue
1 parent 98df31e commit b1b6923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ATCryptography/k256/K256Operations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public struct K256Operations {
120120
/// - Parameters:
121121
/// - publicKey: The public key in raw bytes.
122122
/// - data: The original message that was signed.
123-
/// - signature: The signature to verify.
123+
/// - sessionToken: The signature to verify.
124124
/// - options: Options for signature verification. Optional. Defaults to `nil`.
125125
/// - Returns: `true` if the signature is valid, or `false` if not.
126126
///

0 commit comments

Comments
 (0)