diff --git a/websocket-sharp/Server/IWebSocketSession.cs b/websocket-sharp/Server/IWebSocketSession.cs
index 7ac0d28f..45cc5038 100644
--- a/websocket-sharp/Server/IWebSocketSession.cs
+++ b/websocket-sharp/Server/IWebSocketSession.cs
@@ -56,10 +56,11 @@ namespace WebSocketSharp.Server
string ID { get; }
///
- /// Gets the WebSocket subprotocol used in the session.
+ /// Gets the name of the WebSocket subprotocol used in the session.
///
///
- /// A that represents the subprotocol if any.
+ /// A that represents the name of the subprotocol
+ /// if present.
///
string Protocol { get; }