From 141819bd6eca04eec3786c5332c8d756faaccee2 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 10 Apr 2020 19:41:15 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebHeaderCollection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 5d0baaf7..28178fc1 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -1130,11 +1130,11 @@ namespace WebSocketSharp.Net /// One of the enum values. /// /// - /// It represents the request header to add. + /// It specifies the request header to add. /// /// /// - /// A that represents the value of the header to add. + /// A that specifies the value of the header to add. /// /// ///