From 440a92ef883813259663faf043d17fcbb800d816 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 13 Jan 2017 16:53:37 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceHost.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index f11f719d..9d460271 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -111,8 +111,7 @@ namespace WebSocketSharp.Server /// 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. /// public abstract TimeSpan WaitTime { get; set; }