From 57b5684064b9208dfc8e3664d5fae64e6d0f50b5 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 7 Apr 2019 17:48:53 +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 24660d12..0e10ecbf 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -48,7 +48,7 @@ using System.Text; namespace WebSocketSharp.Net { /// - /// Provides a collection container for instances of the class. + /// Provides a collection of instances of the class. /// [Serializable] public class CookieCollection : ICollection, IEnumerable