diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index 62497137..3b1dfffa 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -723,8 +723,8 @@ namespace WebSocketSharp.Net
}
///
- /// Adds an HTTP header with the specified and
- /// to the headers for the response.
+ /// Adds or updates an HTTP header with the specified name and value in
+ /// the headers for the response.
///
///
/// A that represents the name of the header to add.
@@ -737,7 +737,8 @@ namespace WebSocketSharp.Net
///
///
///
- /// or contains invalid characters.
+ /// or contains
+ /// an invalid character.
///
///
/// -or-
@@ -747,7 +748,8 @@ namespace WebSocketSharp.Net
///
///
///
- /// The length of is greater than 65,535 characters.
+ /// The length of is greater than 65,535
+ /// characters.
///
///
/// The header cannot be allowed to add to the current headers.