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 .