diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index f447efa4..39279f9b 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -1002,11 +1002,11 @@ namespace WebSocketSharp.Server /// /// Tries to get the host instance for a WebSocket service with - /// the specified . + /// the specified path. /// /// - /// true if the service is successfully found; - /// otherwise, false. + /// true if the service is successfully found; otherwise, + /// false. /// /// /// @@ -1023,7 +1023,7 @@ namespace WebSocketSharp.Server /// instance or if not found. /// /// - /// That host instance provides the function to access + /// The host instance provides the function to access /// the information in the service. /// ///