diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index e7dc0d19..bd13f3df 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -90,11 +90,16 @@ namespace WebSocketSharp.Server
#region Public Properties
///
- /// Gets the IDs for the active sessions in the Websocket service.
+ /// Gets the IDs for the active 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 active sessions.
+ ///
+ /// An IEnumerable<string> instance.
+ ///
+ ///
+ /// It provides an enumerator which supports the iteration over
+ /// the collection of the IDs for the active sessions.
+ ///
///
public IEnumerable ActiveIDs {
get {