diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 17aa828b..46ee9958 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -277,9 +277,9 @@ namespace WebSocketSharp.Net
///
LengthRequired = 411,
///
- /// Equivalent to status code 412.
- /// Indicates that the precondition given in one or more of the request headers evaluated to
- /// false when it was tested on the server.
+ /// Equivalent to status code 412. Indicates that the precondition given in
+ /// one or more of the request headers evaluated to false when it was tested
+ /// on the server.
///
PreconditionFailed = 412,
///