diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 6d4ba7c5..12e4ee71 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -332,9 +332,9 @@ namespace WebSocketSharp.Net
///
ServiceUnavailable = 503,
///
- /// Equivalent to status code 504.
- /// Indicates that a gateway or proxy server didn't receive a timely response from the upstream
- /// server or some other auxiliary server.
+ /// Equivalent to status code 504. Indicates that a gateway or proxy server
+ /// did not receive a timely response from the upstream server or some other
+ /// auxiliary server.
///
GatewayTimeout = 504,
///