diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 022c2b6e..5c7a42fa 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -797,8 +797,13 @@ namespace WebSocketSharp.Net /// Removes the specified cookie from the collection. /// /// - /// true if the cookie is successfully found and removed; - /// otherwise, false. + /// + /// true if the cookie is successfully removed; otherwise, + /// false. + /// + /// + /// false if the cookie is not found in the collection. + /// /// /// /// A to remove.