From 10d69460186b315ee4d7322f5d916d73e29b3e9f Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 1 Apr 2018 17:34:21 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index f6cbe5d1..3a5164d3 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -75,8 +75,8 @@ namespace WebSocketSharp.Net.WebSockets /// Gets the value of the Host header included in the handshake request. /// /// - /// A that represents the server host name requested by - /// the client. + /// A that represents the server host name requested + /// by the client. /// public abstract string Host { get; }