From f0bba05a2ebe0a3c02e096cf651c6ace484027b6 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Jul 2017 16:51:31 +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 d9567d99..fb63ab4f 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1212,7 +1212,7 @@ 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 @@ -1229,9 +1229,13 @@ namespace WebSocketSharp.Server /// /// /// - /// 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 .