From acd56acae3098451313041988334a01f89abaeeb Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 20 May 2016 15:47:15 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Server/HttpServer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {