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. /// /// ///