From e93454e95284ca6af8ccc730019de738a3187a87 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 6 Jan 2018 17:38:50 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 8652d38d..b9e6df98 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -169,10 +169,10 @@ namespace WebSocketSharp.Net } /// - /// Gets the media type of the entity body included in the request. + /// Gets the media type of the entity body data included in the request. /// /// - /// A that represents the value of the Content-Type entity-header. + /// A from the value of the Content-Type header. /// public string ContentType { get {