From b1e8fb231cb9ab9556c1ff66e21bee7ff00cfb06 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 27 Jan 2018 17:32:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 2e68b035..4ea2eda2 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -106,7 +106,7 @@ namespace WebSocketSharp.Net #region Public Properties /// - /// Gets the media types which are acceptable for the client. + /// Gets the media types that are acceptable for the client. /// /// ///