From a765f7b53d4468ae5c58c017a2a128183b2c964c Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 5 May 2019 21:53:31 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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.