From 57f14af53c666399750c63cf0428636632dec573 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 15 May 2016 15:27:38 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpListenerContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index e3d69102..a6364bec 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -48,7 +48,7 @@ namespace WebSocketSharp.Net /// the . /// /// - /// The HttpListenerContext class cannot be inherited. + /// This class cannot be inherited. /// public sealed class HttpListenerContext {