From 0bbd8785156d65305fa65cb63971943a64f6f915 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 24 Nov 2018 21:50:30 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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. /// ///