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. /// /// ///