From 1692b8cb7fafa5c9455a083ea4833369f655209e Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 8 Mar 2018 19:49:17 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index e16f9f5c..58ccfe99 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -890,11 +890,11 @@ namespace WebSocketSharp.Net } /// - /// Returns a that represents - /// the current . + /// Returns a string that represents the current instance. /// /// - /// A that represents the current . + /// A that contains the request line and headers + /// included in the request. /// public override string ToString () {