From 63deae89ba66fca182f1b7778c3246e654ae7ac4 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 29 Mar 2019 22:08:31 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 797b8d5a..97f886d6 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -501,7 +501,7 @@ namespace WebSocketSharp.Net } /// - /// Adds the specified to the collection. + /// Adds the specified cookies to the collection. /// /// /// A that contains the cookies to add.