From 23e3c8f8cc8c70dcae7beb28e91186b4b8317e05 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 13 Jan 2017 16:28:45 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index f6fd8e6e..1e87a3da 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -82,7 +82,7 @@ namespace WebSocketSharp.Server public abstract bool KeepClean { get; set; } /// - /// Gets the path to the WebSocket service. + /// Gets the path to the service. /// /// /// A that represents the absolute path to the service.