From 6dcc5c257947cc8f7b0232e2bde28fa4a034dbd8 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 15 Mar 2016 14:33:06 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 0ce996aa..50defff9 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -459,7 +459,7 @@ namespace WebSocketSharp /// /// Gets or sets the value of the HTTP Origin header to send with - /// the WebSocket connection request to the server. + /// the WebSocket handshake request to the server. /// /// /// The sends the Origin header if this property has any.