Skip to content

Commit 8baeba7

Browse files
committed
[Modify] Edit it
1 parent 0a83818 commit 8baeba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

websocket-sharp/Server/WebSocketSessionManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ namespace WebSocketSharp.Server
4141
/// Provides the management function for the sessions in a WebSocket service.
4242
/// </summary>
4343
/// <remarks>
44-
/// This class manages the sessions in a WebSocket service provided by
45-
/// the <see cref="WebSocketServer"/> or <see cref="HttpServer"/>.
44+
/// This class manages the sessions in a WebSocket service provided by the
45+
/// <see cref="WebSocketServer"/> or <see cref="HttpServer"/> class.
4646
/// </remarks>
4747
public class WebSocketSessionManager
4848
{

0 commit comments

Comments
 (0)