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