[Modify] Edit it

This commit is contained in:
sta 2021-11-06 21:03:56 +09:00
parent 0a83818e0c
commit 8baeba75ce

View File

@ -41,8 +41,8 @@ namespace WebSocketSharp.Server
/// Provides the management function for the sessions in a WebSocket service.
/// </summary>
/// <remarks>
/// This class manages the sessions in a WebSocket service provided by
/// the <see cref="WebSocketServer"/> or <see cref="HttpServer"/>.
/// This class manages the sessions in a WebSocket service provided by the
/// <see cref="WebSocketServer"/> or <see cref="HttpServer"/> class.
/// </remarks>
public class WebSocketSessionManager
{