diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index 8685b309..5f95901b 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -536,8 +536,8 @@ namespace WebSocketSharp.Server
}
///
- /// Sends the specified data to a client asynchronously using the WebSocket
- /// connection.
+ /// Sends the specified data to a client asynchronously using
+ /// the WebSocket connection.
///
///
/// This method does not wait for the send to be complete.