From e1acf47ecf4bbcc0c6fe6c97f54b24124392e786 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 2 May 2016 15:23:54 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index 657e0cf4..b0227574 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -46,8 +46,8 @@ using System.Text; namespace WebSocketSharp.Net.WebSockets { /// - /// Provides the properties used to access the information in a WebSocket connection request - /// received by the . + /// Provides the properties used to access the information in + /// a WebSocket handshake request received by the . /// internal class TcpListenerWebSocketContext : WebSocketContext {