diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 75e22090..7ca3f285 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -299,9 +299,9 @@ namespace WebSocketSharp.Net
///
UnsupportedMediaType = 415,
///
- /// Equivalent to status code 416.
- /// Indicates that none of the range specifier values in a Range request header overlap
- /// the current extent of the selected resource.
+ /// Equivalent to status code 416. Indicates that none of the range
+ /// specifier values in a Range request header overlap the current
+ /// extent of the selected resource.
///
RequestedRangeNotSatisfiable = 416,
///