diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index c532d73f..72c5bdbe 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -906,28 +906,29 @@ namespace WebSocketSharp.Net
///
/// Configures the response to redirect the client's request to
- /// the specified .
+ /// the specified URL.
///
///
- /// This method sets the property to
- /// , the property to
- /// 302, and the property to
+ /// This method sets the property to
+ /// , the property to
+ /// 302, and the property to
/// "Found".
///
///
- /// A that represents the URL to redirect the client's request to.
+ /// A that represents the URL to which the client is
+ /// redirected to locate a requested resource.
///
///
/// is .
///
///
- /// isn't an absolute URL.
+ /// is not an absolute URL.
///
///
- /// The response has already been sent.
+ /// The response is already being sent.
///
///
- /// This object is closed.
+ /// This instance is closed.
///
public void Redirect (string url)
{