diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index ec059df4..2265a46c 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -141,11 +141,16 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the IDs for the inactive sessions in the Websocket service.
+ /// Gets the IDs for the inactive sessions in the WebSocket service.
///
///
- /// An IEnumerable<string> instance that provides an enumerator which
- /// supports the iteration over the collection of the IDs for the inactive sessions.
+ ///
+ /// An IEnumerable<string> instance.
+ ///
+ ///
+ /// It provides an enumerator which supports the iteration over
+ /// the collection of the IDs for the inactive sessions.
+ ///
///
public IEnumerable InactiveIDs {
get {