From a1f12207db87682cf61ac25c50c7f74fe1467ec1 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 6 Nov 2021 21:12:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 72cb4b25..88d4f921 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -172,7 +172,7 @@ namespace WebSocketSharp.Server } /// - /// Gets the session instance with . + /// Gets the session instance with the specified ID. /// /// /// @@ -185,7 +185,7 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the ID of the session to find. + /// A that specifies the ID of the session to find. /// /// /// is .