From 4c57ccfdbffcaf9019a0ecfaa371cda8c613c55b Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 21 Sep 2017 19:47:24 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 6b2eb853..fc7922fa 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -651,12 +651,12 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the time to wait for the response to - /// the WebSocket Ping or Close. + /// Gets or sets the time to wait for the response to the WebSocket Ping or + /// Close. /// /// - /// The set operation does nothing if the server has - /// already started or it is shutting down. + /// The set operation does nothing if the server has already started or + /// it is shutting down. /// /// /// @@ -666,7 +666,7 @@ namespace WebSocketSharp.Server /// The default value is the same as 1 second. /// /// - /// + /// /// The value specified for a set operation is zero or less. /// public TimeSpan WaitTime {