From afbecc812784198bc600e3172ffd70a041e8061b Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 18 Jul 2017 15:39:27 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index e3ee2973..0bc25a43 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -553,13 +553,13 @@ namespace WebSocketSharp.Server /// /// /// - /// The set operation does nothing if the server has already - /// started or it is shutting down. - /// - /// /// You should set this property to true if you would /// like to resolve to wait for socket in TIME_WAIT state. /// + /// + /// The set operation does nothing if the server has already + /// started or it is shutting down. + /// /// /// ///