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