From 1d2bc734629b1059a65300403cb34879aabc7a67 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 4 May 2020 20:41:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebHeaderCollection.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 65b92ca2..9d32ee77 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -1079,12 +1079,8 @@ namespace WebSocketSharp.Net /// Adds the specified header to the collection. /// /// - /// - /// A that specifies the header to add. - /// - /// - /// It has the name and value separated by a colon character (':'). - /// + /// A that specifies the header to add, + /// with the name and value separated by a colon character (':'). /// /// /// is .