[Modify] Edit it

This commit is contained in:
sta 2021-10-11 21:23:40 +09:00
parent a7d0732c4d
commit c496cbbe3b

View File

@ -41,7 +41,7 @@ namespace WebSocketSharp.Server
/// </summary>
/// <remarks>
/// This class manages the WebSocket services provided by
/// the <see cref="WebSocketServer"/> or <see cref="HttpServer"/>.
/// the <see cref="WebSocketServer"/> or <see cref="HttpServer"/> class.
/// </remarks>
public class WebSocketServiceManager
{