diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index bd2c3788..f1fe2923 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -660,7 +660,7 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the wait time for the response to + /// Gets or sets the time to wait for the response to /// the WebSocket Ping or Close. /// /// @@ -668,8 +668,12 @@ namespace WebSocketSharp.Server /// started or it is shutting down. /// /// - /// A that represents the wait time for - /// the response. The default value is the same as 1 second. + /// + /// A to wait for the response. + /// + /// + /// The default value is the same as 1 second. + /// /// /// /// The value specified for a set operation is zero or less.