From ada795033ae5208e27de1fc54f9c05691409507d Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 18 Nov 2019 21:54:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index a26bd52b..cce0c069 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -807,7 +807,7 @@ namespace WebSocketSharp.Net } /// - /// Returns the response to the client and releases the resources used by + /// Sends the response to the client and releases the resources used by /// this instance. /// public void Close ()