From 926a51c61195c8582841256ce72da8f848933c56 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 22 Sep 2017 19:02:24 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index aa9c6d83..270b859a 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -687,12 +687,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. /// /// /// @@ -702,7 +702,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 {