Skip to content

Commit 191e95e

Browse files
authored
Remove incorrect documentation (#555)
Motivation: Documentation should accurately explain the methods. Modifications: Removed the phrase "providing a passphrase callback" Result: Documentation is more accurate
1 parent 69535f9 commit 191e95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIOSSL/SSLPrivateKey.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public final class NIOSSLPrivateKey {
228228
}
229229

230230
/// Create a ``NIOSSLPrivateKey`` from a file at a given path in either PEM or
231-
/// DER format, providing a passphrase callback.
231+
/// DER format.
232232
///
233233
/// - parameters:
234234
/// - file: The path to the file to load.

0 commit comments

Comments
 (0)