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) {