diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 0e0f6ded..ebb4ffe4 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2243,15 +2243,12 @@ namespace WebSocketSharp
}
///
- /// Closes the WebSocket connection with the specified ,
+ /// Closes the WebSocket connection with the specified ,
/// and releases all associated resources.
///
- ///
- /// This method emits a event if isn't in
- /// the allowable range of the close status code.
- ///
///
- /// A that represents the status code indicating the reason for the close.
+ /// A that represents the status code indicating
+ /// the reason for the close.
///
public void Close (ushort code)
{