From abfcc756cffc81ff1f22e915469d3fe1aa7c8a83 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 22 Jan 2018 16:23:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 0b5198ad..cc880474 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -446,7 +446,7 @@ namespace WebSocketSharp.Net /// Gets the URL requested by the client. /// /// - /// A that represents the URL requested by the client. + /// A that represents the URL specified in the request. /// public Uri Url { get {