From 2da4a9b3a9f45f7e4dc20c95879ef8f8adbef176 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 15 May 2016 15:24:07 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpListenerContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index 6dca7353..e3d69102 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -44,8 +44,8 @@ using WebSocketSharp.Net.WebSockets; namespace WebSocketSharp.Net { /// - /// Provides the access to the HTTP request and response information - /// used by the . + /// Provides the access to the HTTP request and response objects used by + /// the . /// /// /// The HttpListenerContext class cannot be inherited.