diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 6b2eb853..fc7922fa 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -651,12 +651,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.
///
///
///
@@ -666,7 +666,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 {