From 2d5ac080c59996c0e372d813247a2cff4deb30e4 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 12 Aug 2017 15:02:25 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 4e00df00..bde3c4a4 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3033,12 +3033,12 @@ namespace WebSocketSharp } /// - /// Sends a ping with the specified using - /// the WebSocket connection. + /// Sends a ping with using the WebSocket + /// connection. /// /// - /// true if the sending a ping has done with no error and - /// a pong has been received within a time; otherwise, false. + /// true if the send has done with no error and a pong has been + /// received within a time; otherwise, false. /// /// ///