From 906265fb8513a35d8c47d17a3f1576af6b782085 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 27 Jun 2018 19:36:51 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/IWebSocketSession.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Server/IWebSocketSession.cs b/websocket-sharp/Server/IWebSocketSession.cs index 587776dd..4d43652e 100644 --- a/websocket-sharp/Server/IWebSocketSession.cs +++ b/websocket-sharp/Server/IWebSocketSession.cs @@ -69,7 +69,7 @@ namespace WebSocketSharp.Server string ID { get; } /// - /// Gets the name of the WebSocket subprotocol used in the session. + /// Gets the name of the WebSocket subprotocol for the session. /// /// /// A that represents the name of the subprotocol