diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index ca4e0466..84f66c0d 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -268,8 +268,8 @@ namespace WebSocketSharp.Net /// the WebSocket handshake request. /// /// - /// A that represents the subprotocol supported on - /// this WebSocket connection. + /// A that specifies the subprotocol supported on + /// the WebSocket connection. /// /// ///