diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index 0149c63d..fccad32c 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -504,12 +504,10 @@ namespace WebSocketSharp.Server
}
///
- /// Sends the specified to
- /// every client in the WebSocket services.
+ /// Sends to every client in the WebSocket services.
///
///
- /// An array of that represents
- /// the binary data to send.
+ /// An array of that represents the binary data to send.
///
///
/// The current state of the manager is not Start.