diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs
index c5daf2e9..5e5c11cd 100644
--- a/websocket-sharp/Server/HttpRequestEventArgs.cs
+++ b/websocket-sharp/Server/HttpRequestEventArgs.cs
@@ -81,7 +81,7 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the HTTP response data used to return a response to the client.
+ /// Gets the HTTP response data to return to the client.
///
///
/// A that represents the response data.