From 7360b99f2a16ae9df4791c554d98147506a22a29 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 15 Apr 2018 17:02:47 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index 76270e57..55ef6c35 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -142,7 +142,7 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the HTTP headers included in the request. + /// Gets the HTTP headers included in the handshake request. /// /// /// A that contains the headers.