From 7b868fa73cb73bfd82064a73ace79b7eb8ae181d Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 17 Nov 2019 17:04:12 +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 f53cd796..a26bd52b 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -712,7 +712,7 @@ namespace WebSocketSharp.Net #region Public Methods /// - /// Closes the connection to the client without returning a response. + /// Closes the connection to the client without sending a response. /// public void Abort () {