diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index ed82a0ce..57a7db9c 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -793,22 +793,22 @@ 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.
///
///
///
- /// A that represents a message to send.
- /// The size must be 125 bytes or less in UTF-8.
+ ///
+ /// A that represents the message to send.
+ ///
+ ///
+ /// The size must be 125 bytes or less in UTF-8.
+ ///
///
///
/// The current state of the manager is not Start.
///
- ///
- /// is .
- ///
///
/// could not be UTF-8-encoded.
///