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; }