diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs
index 68008909..c5daf2e9 100644
--- a/websocket-sharp/Server/HttpRequestEventArgs.cs
+++ b/websocket-sharp/Server/HttpRequestEventArgs.cs
@@ -32,19 +32,21 @@ using WebSocketSharp.Net;
namespace WebSocketSharp.Server
{
///
- /// Represents the event data for the HTTP request event that the emits.
+ /// Represents the event data for the HTTP request events of
+ /// the .
///
///
///
- /// An HTTP request event occurs when the receives an HTTP request.
+ /// An HTTP request event occurs when the
+ /// receives an HTTP request.
///
///
- /// If you would like to get the request data sent from a client,
- /// you should access the property.
+ /// You should access the property if you would
+ /// like to get the request data sent from a client.
///
///
- /// And if you would like to get the response data used to return a response,
- /// you should access the property.
+ /// And you should access the property if you would
+ /// like to get the response data to return to the client.
///
///
public class HttpRequestEventArgs : EventArgs