From 29cfc7e124417eaa83b9c4249d40aa8123fefe6d Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 17 Aug 2017 16:08:50 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 9b62ad79..b9206b8d 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -795,7 +795,7 @@ namespace WebSocketSharp.Server /// /// 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 from its client within a time. + /// a pong has been received from the client within a time. /// /// ///