diff --git a/websocket-sharp/Net/HttpRequestHeader.cs b/websocket-sharp/Net/HttpRequestHeader.cs
index 08785db3..bd1029a9 100644
--- a/websocket-sharp/Net/HttpRequestHeader.cs
+++ b/websocket-sharp/Net/HttpRequestHeader.cs
@@ -40,12 +40,12 @@
namespace WebSocketSharp.Net
{
///
- /// Contains the HTTP headers that may be specified in a client request.
+ /// Indicates the HTTP header that may be specified in a client request.
///
///
- /// The HttpRequestHeader enumeration contains the HTTP request 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 HttpRequestHeader
{