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