From 9649ecb6ec3bb77b13792292ac7f97581f31db55 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 29 Oct 2017 17:52:39 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index a8de69ed..3a83191a 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -687,10 +687,10 @@ namespace WebSocketSharp } /// - /// Gets the WebSocket URL used to connect, or accepted. + /// Gets the URL to which to connect. /// /// - /// A that represents the URL used to connect, or accepted. + /// A that represents the URL to which to connect. /// public Uri Url { get {