diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs
index cd32db1c..35ea955a 100644
--- a/websocket-sharp/Server/HttpRequestEventArgs.cs
+++ b/websocket-sharp/Server/HttpRequestEventArgs.cs
@@ -89,10 +89,11 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the HTTP response data to return to the client.
+ /// Gets the response data to return to the client.
///
///
- /// A that represents the response data.
+ /// A that provides the methods and
+ /// properties for the response data.
///
public HttpListenerResponse Response {
get {