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-