From 8f8c123567a6e241188f4490cb5f4aaf20b438b6 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 19 Jul 2018 19:51:00 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 74a1558d..89f6184c 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2940,16 +2940,15 @@ namespace WebSocketSharp } /// - /// Closes the connection asynchronously with the specified - /// . + /// Closes the connection asynchronously with the specified code. /// /// /// /// 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. /// /// ///