diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index 3ae26842..edc0c81a 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -177,12 +177,12 @@ namespace WebSocketSharp.Server
}
///
- /// Gets a value indicating whether the manager cleans up the inactive sessions
- /// in the WebSocket services periodically.
+ /// Gets a value indicating whether the inactive sessions in
+ /// the WebSocket services are cleaned up periodically.
///
///
- /// true if the manager cleans up the inactive sessions every 60 seconds;
- /// otherwise, false.
+ /// true if the inactive sessions in the services are
+ /// cleaned up every 60 seconds; otherwise, false.
///
public bool KeepClean {
get {