diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 24490547..6d4ba7c5 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -326,9 +326,9 @@ namespace WebSocketSharp.Net
///
BadGateway = 502,
///
- /// Equivalent to status code 503.
- /// Indicates that the server is currently unable to handle the client's request due to
- /// a temporary overloading or maintenance of the server.
+ /// Equivalent to status code 503. Indicates that the server is currently
+ /// unable to handle the client's request due to a temporary overloading
+ /// or maintenance of the server.
///
ServiceUnavailable = 503,
///