From 7dcd3cd2e32b9e14a5b0035243a502f3df753627 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 10 Aug 2017 17:34:11 +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 6c57cd29..46765381 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -1076,8 +1076,8 @@ namespace WebSocketSharp.Server /// instance or if not found. /// /// - /// That session instance provides the function to access - /// the information in the session. + /// That session instance provides the function to + /// access the information in the session. /// /// ///