diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 0e62599f..0e7d4fb3 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -566,24 +566,22 @@ namespace WebSocketSharp.Server
}
///
- /// Sends the specified asynchronously to
- /// every client in the WebSocket service.
+ /// Sends asynchronously to every client in
+ /// the WebSocket service.
///
///
/// This method does not wait for the send to be complete.
///
///
- /// An array of that represents
- /// the binary data to send.
+ /// An array of that represents the binary data to send.
///
///
///
- /// An delegate or
- /// if not needed.
+ /// An delegate or
+ /// if not needed.
///
///
- /// That delegate invokes the method called when
- /// the send is complete.
+ /// The delegate invokes the method called when the send is complete.
///
///
///