diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index f72b0904..6652a5e2 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2572,7 +2572,7 @@ namespace WebSocketSharp
}
///
- /// Closes the connection with the specified .
+ /// Closes the connection with the specified code.
///
///
/// This method does nothing if the current state of the connection is
@@ -2580,8 +2580,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