From b2c4bfa244c4c94cc6ca5b115de25603ff8a3476 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 18 Nov 2019 21:56:26 +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 cce0c069..62497137 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -819,7 +819,7 @@ namespace WebSocketSharp.Net } /// - /// Returns the response with the specified entity body data to the client + /// Sends the response with the specified entity body data to the client /// and releases the resources used by this instance. /// ///