From da67449b4e4df8e87cd85fbfa9e0178a70ac1f2b Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 3 Apr 2018 16:38:37 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index aa0ece63..ca654c8c 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -137,7 +137,7 @@ namespace WebSocketSharp.Net.WebSockets /// Gets the URI requested by the client. /// /// - /// A that represents the requested URI. + /// A that represents the URI parsed from the request. /// public abstract Uri RequestUri { get; }