diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 4a370025..75e22090 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -293,9 +293,9 @@ namespace WebSocketSharp.Net
///
RequestUriTooLong = 414,
///
- /// Equivalent to status code 415.
- /// Indicates that the entity of the client's request is in a format not supported by
- /// the requested resource for the requested method.
+ /// Equivalent to status code 415. Indicates that the entity of the client's
+ /// request is in a format not supported by the requested resource for the
+ /// requested method.
///
UnsupportedMediaType = 415,
///