From ccea8a161608705e31907564e7f8f53779ee811e Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 17 Oct 2016 15:34:23 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 23423eb7..77f56174 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -576,11 +576,12 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the wait time for the response to the WebSocket Ping or Close. + /// Gets or sets the wait time for the response to + /// the WebSocket Ping or Close. /// /// - /// A that represents the wait time. The default value is - /// the same as 1 second. + /// A that represents the wait time for + /// the response. The default value is the same as 1 second. /// public TimeSpan WaitTime { get {