From d2f065ab55a0599bbf4c7489c4d39e1666e17d79 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 25 Nov 2018 18:01:45 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. /// ///