From 3dd4e6f6b721ce49fa62863b918824959cb3fc35 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 19 Jan 2018 17:57:37 +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 f56cf902..62f3650f 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -273,7 +273,7 @@ namespace WebSocketSharp.Net } /// - /// Gets a value indicating whether the client that sent the request is authenticated. + /// Gets a value indicating whether the client is authenticated. /// /// /// true if the client is authenticated; otherwise, false.