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.