diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 7ca78b2d..4e00df00 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3024,8 +3024,8 @@ namespace WebSocketSharp /// Sends a ping 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. /// public bool Ping () {