From 19d7c0da890e44c74879f7e02c957b2540a579db Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 16 Aug 2017 15:39:32 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 08e2e682..5944eead 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -787,7 +787,7 @@ namespace WebSocketSharp.Server /// /// It represents a collection of pairs of a session ID and /// a value indicating whether a pong has been received from - /// its client within a time. + /// the client within a time. /// /// ///