From 4a63fa5035f28ad489904f926f787106723cf5dc Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 18 Jul 2018 20:33:51 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index c83c2b47..74a1558d 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2881,22 +2881,21 @@ 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. /// /// /// /// - /// A that represents the status code - /// indicating the reason for the close. + /// A that represents the status code indicating + /// the reason for the close. /// /// /// The status codes are defined in