diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index 3c9a90c9..1fa51bb9 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -92,11 +92,12 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the host instances for the Websocket services.
+ /// Gets the WebSocket service hosts.
///
///
- /// An IEnumerable<WebSocketServiceHost> instance that provides an enumerator
- /// which supports the iteration over the collection of the host instances for the services.
+ /// An
+ /// instance that provides an enumerator which supports the iteration over
+ /// the collection of the instances.
///
public IEnumerable Hosts {
get {