diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 4b7859aa..9fd96177 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -1371,17 +1371,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.
///
///
- /// A that represents the text data to send.
+ /// A that specifies the text data to send.
///
///
- /// A that represents the ID of the session.
+ /// A that specifies the ID of the session.
///
///
///