diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 5d9cad31..f447efa4 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -106,8 +106,7 @@ namespace WebSocketSharp.Server } /// - /// Gets the host instance for a WebSocket service with - /// the specified . + /// Gets the host instance for a WebSocket service with the specified path. /// /// /// @@ -115,7 +114,7 @@ namespace WebSocketSharp.Server /// if not found. /// /// - /// That host instance provides the function to access + /// The host instance provides the function to access /// the information in the service. /// ///