diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 671eb114..4b540ef5 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -325,13 +325,17 @@ namespace WebSocketSharp.Server
/// a handshake request without checking the request URI.
///
///
- /// 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.
///
///
- /// true if the server accepts a handshake request without
- /// checking the request URI; otherwise, false. The default
- /// value is false.
+ ///
+ /// true if the server accepts a handshake request without
+ /// checking the request URI; otherwise, false.
+ ///
+ ///
+ /// The default value is false.
+ ///
///
public bool AllowForwardedRequest {
get {