diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 8818633f..a36f0b3b 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3134,16 +3134,20 @@ namespace WebSocketSharp
}
///
- /// Establishes a WebSocket connection asynchronously.
+ /// Establishes a connection asynchronously.
///
///
///
/// This method does not wait for the connect to be complete.
///
///
- /// 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 ConnectAsync ()
{
if (!_client) {