From 669e1ca82151fac5bb8c9946002f01fe4b916fcb Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 18 Aug 2017 15:02:35 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 327737e7..713da47a 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -151,21 +151,20 @@ namespace WebSocketSharp.Server } /// - /// Gets the session instance with the specified . + /// Gets the session instance with . /// /// /// - /// A instance or - /// if not found. + /// A 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. /// /// /// - /// A that represents the ID of - /// the session to find. + /// A that represents the ID of the session to find. /// /// /// is .