diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index fadf6be4..d3ed7baf 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -159,14 +159,18 @@ namespace WebSocketSharp.Net } /// - /// Gets the with the specified from - /// the collection. + /// Gets the cookie with the specified name from the collection. /// /// - /// A with the specified in the collection. + /// + /// A with the specified name in the collection. + /// + /// + /// if not found. + /// /// /// - /// A that represents the name of the to find. + /// A that specifies the name of the cookie to find. /// /// /// is .