From 344bbd8b3699593406a63d88674130a0f24977e1 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 16 Jan 2018 17:13:06 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 42bf68f9..3ab4f3cc 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -48,10 +48,10 @@ using System.Text; namespace WebSocketSharp.Net { /// - /// Provides the access to a request to the . + /// Represents an incoming request to a instance. /// /// - /// The HttpListenerRequest class cannot be inherited. + /// This class cannot be inherited. /// public sealed class HttpListenerRequest {