diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index 24e97187..a30617d9 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -613,8 +613,8 @@ namespace WebSocketSharp.Server
}
///
- /// Sends the specified asynchronously to
- /// every client in the WebSocket services.
+ /// Sends asynchronously to every client in
+ /// the WebSocket services.
///
///
/// This method does not wait for the send to be complete.
@@ -624,12 +624,11 @@ namespace WebSocketSharp.Server
///
///
///
- /// 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.
///
///
///