diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 12c5b1a5..8cc09b51 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -179,7 +179,8 @@ namespace WebSocketSharp.Net /// Gets the media type of the entity body data included in the request. /// /// - /// A from the value of the Content-Type header. + /// A that represents the value of the Content-Type + /// header. /// public string ContentType { get {