From 85577bdb1b2367eebcfa21a03cd54ca5dca7317e Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Jul 2017 16:43:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index fd8f88b4..d9567d99 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1158,16 +1158,20 @@ namespace WebSocketSharp.Server /// /// /// is converted to a URL-decoded string and - /// / is trimmed from the end of the converted string if any. + /// '/' is trimmed from the end of the converted string if any. /// /// /// A that represents an absolute path to /// the service to add. /// /// - /// The type of the behavior for the service. It must inherit - /// the class and it must have - /// a public parameterless constructor. + /// + /// The type of the behavior for the service. + /// + /// + /// It must inherit the class and + /// have a public parameterless constructor. + /// /// /// /// is .