diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 10c3d795..708ca6cc 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2671,8 +2671,7 @@ namespace WebSocketSharp
}
///
- /// Closes the connection with the specified and
- /// .
+ /// Closes the connection with the specified code and reason.
///
///
/// This method does nothing if the current state of the connection is
@@ -2680,8 +2679,8 @@ namespace WebSocketSharp
///
///
///
- /// 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
@@ -2724,8 +2723,7 @@ namespace WebSocketSharp
/// -or-
///
///
- /// is 1005 (no status) and
- /// there is .
+ /// is 1005 (no status) and there is reason.
///
///
/// -or-