diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 708ca6cc..f72b0904 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2774,8 +2774,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
@@ -2816,8 +2815,7 @@ namespace WebSocketSharp
///
///
/// is
- /// and
- /// there is .
+ /// and there is reason.
///
///
/// -or-