diff --git a/websocket-sharp/Server/IWebSocketSession.cs b/websocket-sharp/Server/IWebSocketSession.cs
index 5041fbec..c323da00 100644
--- a/websocket-sharp/Server/IWebSocketSession.cs
+++ b/websocket-sharp/Server/IWebSocketSession.cs
@@ -74,11 +74,15 @@ namespace WebSocketSharp.Server
DateTime StartTime { get; }
///
- /// Gets the state of the used in the session.
+ /// Gets the current state of the WebSocket connection for the session.
///
///
- /// One of the enum values, indicates the state of
- /// the used in the session.
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It indicates the current state of the connection.
+ ///
///
WebSocketState State { get; }