Skip to content

Commit 838e01d

Browse files
committed
[Modify] Edit it
1 parent e1e40f9 commit 838e01d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

websocket-sharp/Server/HttpServer.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,12 +1456,12 @@ public bool RemoveWebSocketService (string path)
14561456
/// Starts receiving incoming requests.
14571457
/// </summary>
14581458
/// <remarks>
1459-
/// This method does nothing if the server has already
1460-
/// started or it is shutting down.
1459+
/// This method does nothing if the server has already started or
1460+
/// it is shutting down.
14611461
/// </remarks>
14621462
/// <exception cref="InvalidOperationException">
14631463
/// <para>
1464-
/// There is no certificate used to authenticate the server.
1464+
/// There is no server certificate for secure connections.
14651465
/// </para>
14661466
/// <para>
14671467
/// -or-

0 commit comments

Comments
 (0)