diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 1df3cc8a..dbdfc763 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -310,9 +310,9 @@ namespace WebSocketSharp.Net
///
ExpectationFailed = 417,
///
- /// Equivalent to status code 500.
- /// Indicates that the server encountered an unexpected condition which prevented it from
- /// fulfilling the client's request.
+ /// Equivalent to status code 500. Indicates that the server encountered
+ /// an unexpected condition which prevented it from fulfilling the client's
+ /// request.
///
InternalServerError = 500,
///