From b63708559a62b0d6c7b4838fb5fe31feb78fad46 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 17 Jul 2018 20:01:55 +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 fe2edad9..c83c2b47 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2871,8 +2871,8 @@ namespace WebSocketSharp /// This method does not wait for the close to be complete. /// /// - /// And this method does nothing if the current state of - /// the connection is Closing or Closed. + /// This method does nothing if the current state of the connection is + /// Closing or Closed. /// /// public void CloseAsync ()