diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 46ee9958..44f84a0d 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -283,9 +283,8 @@ namespace WebSocketSharp.Net
///
PreconditionFailed = 412,
///
- /// Equivalent to status code 413.
- /// Indicates that the entity of the client's request is larger than the server is willing or
- /// able to process.
+ /// Equivalent to status code 413. Indicates that the entity of the client's
+ /// request is larger than the server is willing or able to process.
///
RequestEntityTooLarge = 413,
///