Skip to content

Commit 6df102a

Browse files
authored
Fix typo in NIOSSLServerHandler documentation. (#534)
Motivation: NIOSSLServerHandler miss named NIOSSLClientHandler in documentation. Modifications: Fix Typo. Result: Correct name in documentation.
1 parent 66cfda0 commit 6df102a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/NIOSSL/NIOSSLServerHandler.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class NIOSSLServerHandler: NIOSSLHandler {
5151
)
5252
}
5353

54-
/// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
54+
/// Construct a new ``NIOSSLServerHandler`` with the given `context` and a specific `serverHostname`.
5555
///
5656
/// - parameters:
5757
/// - context: The ``NIOSSLContext`` to use on this connection.
@@ -70,7 +70,7 @@ public final class NIOSSLServerHandler: NIOSSLHandler {
7070
)
7171
}
7272

73-
/// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
73+
/// Construct a new ``NIOSSLServerHandler`` with the given `context` and a specific `serverHostname`.
7474
///
7575
/// - parameters:
7676
/// - context: The ``NIOSSLContext`` to use on this connection.

0 commit comments

Comments
 (0)