From 4ee4554af63b80ad2595c8056a60436748e35054 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 16 Dec 2020 19:36:17 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. /// /// ///