diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index 57368af7..635c8ddc 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -237,13 +237,14 @@ namespace WebSocketSharp.Server
}
///
- /// Gets or sets a value indicating whether the WebSocket service ignores
- /// the Sec-WebSocket-Extensions header included in a handshake request.
+ /// Gets or sets a value indicating whether the service ignores
+ /// the Sec-WebSocket-Extensions header included in a WebSocket
+ /// handshake request.
///
///
///
- /// true if the service ignores the extensions requested from
- /// a client; otherwise, false.
+ /// true if the service ignores the extensions requested
+ /// from a client; otherwise, false.
///
///
/// The default value is false.