diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index b2015cf8..b2677acd 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -944,7 +944,7 @@ namespace WebSocketSharp.Net } /// - /// Adds or updates a in the cookies sent with the response. + /// Adds or updates a cookie in the cookies sent with the response. /// /// /// A to set. @@ -953,7 +953,8 @@ namespace WebSocketSharp.Net /// is . /// /// - /// already exists in the cookies and couldn't be replaced. + /// already exists in the cookies but + /// it can not be updated. /// public void SetCookie (Cookie cookie) {