From abd411ee9fc40cb22b06c6465762a8746ea6af44 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 8 Dec 2016 14:28:15 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index bdb644b5..224f5a36 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2679,7 +2679,7 @@ namespace WebSocketSharp /// Sends a ping using the WebSocket connection. /// /// - /// true if the receives a pong to this ping in a time; + /// true if a pong has been received within a time; /// otherwise, false. /// public bool Ping ()