From 34e93539628f58d58a8120453891cbc962ef0033 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 30 Oct 2017 15:45:09 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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. /// /// ///