From 06ae1e459e9882e61ea0b9f20affa6b61238df3b Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 9 Dec 2016 16:37:49 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 05f250be..0edf27f4 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2679,8 +2679,8 @@ namespace WebSocketSharp /// Sends a ping using the WebSocket connection. /// /// - /// true if a pong has been received within a time; - /// otherwise, false. + /// true if the ping has been sent and then a pong has been + /// received within a time; otherwise, false. /// public bool Ping () {