diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs
index ca20ff05..cd32db1c 100644
--- a/websocket-sharp/Server/HttpRequestEventArgs.cs
+++ b/websocket-sharp/Server/HttpRequestEventArgs.cs
@@ -76,10 +76,11 @@ namespace WebSocketSharp.Server
#region Public Properties
///
- /// Gets the HTTP request data sent from a client.
+ /// Gets the request data sent from a client.
///
///
- /// A that represents the request data.
+ /// A that provides the methods and
+ /// properties for the request data.
///
public HttpListenerRequest Request {
get {