diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index c5a75abd..3b1a2e7a 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -492,9 +492,9 @@ namespace WebSocketSharp.Server /// authenticate a client. /// /// - /// A Func<, > delegate that - /// references the method(s) used to find the credentials. The default value is a function that - /// only returns . + /// A Func<, > delegate + /// that references the method(s) used to find the credentials. The default value is + /// . /// public Func UserCredentialsFinder { get {