From 70d097ce7435c047ca051586be85bba1eac7c569 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Jul 2017 17:23:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index fd9aa50b..c3e7e1db 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1379,8 +1379,12 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the reason for the close. - /// The size must be 123 bytes or less in UTF-8. + /// + /// A that represents the reason for the close. + /// + /// + /// The size must be 123 bytes or less in UTF-8. + /// /// /// ///