From b08d63699f370399973d31146160a681646122f8 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 12 Nov 2019 21:14:43 +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 9a566942..868d6b64 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -754,7 +754,7 @@ namespace WebSocketSharp.Net } /// - /// Appends the specified to the cookies sent with the response. + /// Appends the specified cookie to the cookies sent with the response. /// /// /// A to append.