From 9006e01c2f62216e915d8d1ce7b6117d57869234 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 18 Aug 2017 14:53:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 6dca4079..327737e7 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -1524,16 +1524,14 @@ namespace WebSocketSharp.Server } /// - /// Tries to get the session instance with the specified - /// . + /// Tries to get the session instance with . /// /// - /// true if the session is successfully found; - /// otherwise, false. + /// true if the session is successfully found; otherwise, + /// false. /// /// - /// A that represents the ID of - /// the session to find. + /// A that represents the ID of the session to find. /// /// /// @@ -1541,8 +1539,8 @@ namespace WebSocketSharp.Server /// instance or if not found. /// /// - /// That session instance provides the function to - /// access the information in the session. + /// The session instance provides the function to access + /// the information in the session. /// /// ///