diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index 7b553da2..cccc0b1b 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -2214,15 +2214,14 @@ namespace WebSocketSharp
}
///
- /// Writes and sends the specified data with the specified
- /// .
+ /// Sends the specified content data with the HTTP response.
///
///
- /// A that represents the HTTP response used to
- /// send the content data.
+ /// A that represents the HTTP response
+ /// used to send the content data.
///
///
- /// An array of that represents the content data to send.
+ /// An array of that specifies the content data to send.
///
///
///