diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index 1652e514..e6ac58d9 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -247,13 +247,14 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets the HTTP headers sent to the client.
+ /// Gets or sets the collection of HTTP headers sent to the client.
///
///
- /// A that contains the headers sent to the client.
+ /// A that contains the headers sent to
+ /// the client.
///
///
- /// The value specified for a set operation isn't valid for a response.
+ /// The value specified for a set operation is not valid for a response.
///
public WebHeaderCollection Headers {
get {