diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 3a83191a..bb4c7299 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -206,12 +206,13 @@ namespace WebSocketSharp
///
///
///
- /// A that specifies the URL of the WebSocket
- /// server to connect.
+ /// A that specifies the URL to which to connect.
///
///
- /// The new instance uses a secure connection if the scheme of
- /// the URL is wss.
+ /// The scheme of the URL must be ws or wss.
+ ///
+ ///
+ /// The new instance uses a secure connection if the scheme is wss.
///
///
///