From 3eb62c34cc143d915969727a94eabeb1e599ac57 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 16 Aug 2017 15:36:43 +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 a0fa6cce..08e2e682 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -759,7 +759,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. /// /// ///