diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 492bcd64..750524f0 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3099,11 +3099,15 @@ namespace WebSocketSharp
}
///
- /// Establishes a WebSocket connection.
+ /// Establishes a connection.
///
///
- /// This method is not available in a server.
+ /// This method does nothing if the current state of the connection is
+ /// Open or Closing.
///
+ ///
+ /// This instance is not a client.
+ ///
public void Connect ()
{
if (!_client) {