From 90750b69ce3bcea5246178b61ce880617e9a1bbb Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 21 Mar 2017 18:21:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 {