diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 8984445a..495195f2 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -232,11 +232,16 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the sessions in the Websocket service.
+ /// Gets the session instances in the WebSocket service.
///
///
- /// An IEnumerable<IWebSocketSession> instance that provides an enumerator
- /// which supports the iteration over the collection of the sessions in the service.
+ ///
+ /// An IEnumerable<IWebSocketSession> instance.
+ ///
+ ///
+ /// It provides an enumerator which supports the iteration over
+ /// the collection of the session instances.
+ ///
///
public IEnumerable Sessions {
get {