diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 3d6ccfde..f141fa1b 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -257,9 +257,8 @@ namespace WebSocketSharp.Net
///
ProxyAuthenticationRequired = 407,
///
- /// Equivalent to status code 408.
- /// Indicates that the client didn't produce a request within the time that the server was
- /// prepared to wait.
+ /// Equivalent to status code 408. Indicates that the client did not produce
+ /// a request within the time that the server was prepared to wait.
///
RequestTimeout = 408,
///