From fac4af744bf0367f5d6e9f87031e6cf2289ec808 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 13 Apr 2017 16:20:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 707de74f..e8a105da 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -826,14 +826,14 @@ 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. /// /// /// - /// A that represents the message to send. + /// A that represents a message to send. /// The size must be 125 bytes or less in UTF-8. /// ///