diff --git a/websocket-sharp/Net/HttpResponseHeader.cs b/websocket-sharp/Net/HttpResponseHeader.cs
index d8f36ed8..691d65bd 100644
--- a/websocket-sharp/Net/HttpResponseHeader.cs
+++ b/websocket-sharp/Net/HttpResponseHeader.cs
@@ -40,12 +40,12 @@
namespace WebSocketSharp.Net
{
///
- /// Contains the HTTP headers that can be specified in a server response.
+ /// Indicates the HTTP header that can be specified in a server response.
///
///
- /// The HttpResponseHeader enumeration contains the HTTP response headers defined in
- /// RFC 2616 for the HTTP/1.1 and
- /// RFC 6455 for the WebSocket.
+ /// The headers of this enumeration are defined in
+ /// RFC 2616 or
+ /// RFC 6455.
///
public enum HttpResponseHeader
{