diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index cd2fa233..24490547 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -321,9 +321,8 @@ namespace WebSocketSharp.Net
///
NotImplemented = 501,
///
- /// Equivalent to status code 502.
- /// Indicates that a gateway or proxy server received an invalid response from the upstream
- /// server.
+ /// Equivalent to status code 502. Indicates that a gateway or proxy server
+ /// received an invalid response from the upstream server.
///
BadGateway = 502,
///