diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index b9bdebaf..7fdcfacc 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -1307,17 +1307,17 @@ namespace WebSocketSharp.Server
}
///
- /// Sends asynchronously to the client using
+ /// Sends the specified data asynchronously to the client using
/// the specified session.
///
///
/// 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 specifies the binary data to send.
///
///
- /// A that represents the ID of the session.
+ /// A that specifies the ID of the session.
///
///
///