diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 89f6184c..e1315c29 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2990,22 +2990,21 @@ 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.
///
///
///
///
- /// 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
@@ -3048,8 +3047,7 @@ namespace WebSocketSharp
/// -or-
///
///
- /// is 1005 (no status) and
- /// there is .
+ /// is 1005 (no status) and there is reason.
///
///
/// -or-