From 66da62f2eccb144a3716e372b5c9bf09bbe00a81 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 12 Aug 2017 14:55:11 +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 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 () {