From 4cbb2d900866af8a1803e8d3dacaddaee62fbef6 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 10 Jan 2019 21:31:58 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpUtility.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 2982fa88..f9648c0a 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -262,12 +262,12 @@ namespace WebSocketSharp.Net /// /// /// - /// MS .NET starts encoding with &# from the character code 160 and - /// stops at the character code 255. + /// This method starts encoding with a NCR from the character code 160 + /// but does not stop at the character code 255. /// /// - /// This method does not do that. One reason is the unicode characters - /// 65308 and 65310 that look like < and >. + /// One reason is the unicode characters < and > that + /// look like < and >. /// /// ///