From 7891e1fa6def10c27df30742a76783f9ca93344a Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 27 Nov 2019 21:13:54 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index aabf7100..d5d0ca90 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -198,14 +198,14 @@ namespace WebSocketSharp.Net /// body. /// /// - /// It is used for the value of the Content-Type entity-header. + /// It is used for the value of the Content-Type header. /// /// /// if no media type is specified. /// /// /// - /// The value specified for a set operation is empty. + /// The value specified for a set operation is an empty string. /// /// /// This instance is closed.