From 934d14392245d72a9c7af5192a0d3c3bdcd4aca1 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 21 Jul 2018 22:20:02 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index e1315c29..93ed5bf4 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3098,16 +3098,15 @@ namespace WebSocketSharp } /// - /// Closes the connection asynchronously with the specified - /// and . + /// Closes the connection asynchronously with the specified code and reason. /// /// /// /// 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. /// /// /// @@ -3145,8 +3144,7 @@ namespace WebSocketSharp /// /// /// is - /// and - /// there is . + /// and there is reason. /// /// /// -or-