diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index c5299873..5bb8c4e6 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -765,10 +765,9 @@ namespace WebSocketSharp.Server
/// A Dictionary<string, Dictionary<string, bool>>.
///
///
- /// It represents a collection of pairs of a service path and
- /// another collection of pairs of a session ID and a value
- /// indicating whether a pong has been received within a time
- /// from its client.
+ /// It represents a collection of pairs of a service path and another
+ /// collection of pairs of a session ID and a value indicating whether
+ /// a pong has been received from its client within a time.
///
///
///