From 43850ce2a1219a8e86c38381298b84acc9c52f2c Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 3 Feb 2019 21:46:05 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 83f535d8..ba43ac0d 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -817,14 +817,11 @@ namespace WebSocketSharp.Net } /// - /// Returns a that represents the current . + /// Returns a string that represents the current cookie instance. /// - /// - /// This method returns a to use to send an HTTP Cookie to - /// an origin server. - /// /// - /// A that represents the current . + /// A to use to send an HTTP cookie to + /// an origin server. /// public override string ToString () {