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 {