From 1c63b4ba72c33ef3c75bdc8756f4fb883868a9b6 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 12 Apr 2017 15:30:26 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index c837a177..a4dff536 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -797,10 +797,10 @@ namespace WebSocketSharp.Server /// A Dictionary<string, Dictionary<string, bool>>. /// /// - /// It contains a collection of pairs of a service path and + /// It represents a collection of pairs of a service path and /// another collection of pairs of a session ID and a value /// indicating whether a pong has been received within a time - /// from a client. + /// from its client. /// /// ///