diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 44f84a0d..4a370025 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -288,8 +288,8 @@ namespace WebSocketSharp.Net
///
RequestEntityTooLarge = 413,
///
- /// Equivalent to status code 414.
- /// Indicates that the request URI is longer than the server is willing to interpret.
+ /// Equivalent to status code 414. Indicates that the request URI is longer
+ /// than the server is willing to interpret.
///
RequestUriTooLong = 414,
///