From fe17a3bc0496f60ba95c8fc21b44be094f70a9cf Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 3 Nov 2016 17:37:02 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index a26da84a..b53bfba4 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -923,17 +923,18 @@ namespace WebSocketSharp.Server } /// - /// Removes the WebSocket service with the specified . + /// Removes a WebSocket service with the specified . /// /// - /// This method converts to URL-decoded string, + /// This method converts to a URL-decoded string, /// and removes '/' from tail end of . /// /// - /// true if the service is successfully found and removed; otherwise, false. + /// true if the service is successfully found and removed; + /// otherwise, false. /// /// - /// A that represents the absolute path to the service to find. + /// A that represents an absolute path to the service. /// public bool RemoveWebSocketService (string path) {