diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 679105ae..20b71422 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -680,14 +680,11 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the Value of the cookie. + /// Gets or sets the value of the cookie. /// /// - /// A that represents the Value of the cookie. + /// A that represents the value of the cookie. /// - /// - /// The value specified for a set operation is . - /// /// /// The value specified for a set operation is a string not enclosed in /// double quotes that contains an invalid character.