diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index 071d4646..ed7f65a2 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -95,9 +95,13 @@ namespace WebSocketSharp.Server
/// Gets the host instances for the WebSocket services.
///
///
- /// An IEnumerable<WebSocketServiceHost> instance that
- /// provides an enumerator which supports the iteration over
- /// the collection of the instances.
+ ///
+ /// An IEnumerable<WebSocketServiceHost> instance.
+ ///
+ ///
+ /// It provides an enumerator which supports the iteration over
+ /// the collection of the host instances.
+ ///
///
public IEnumerable Hosts {
get {