diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 5abe2283..782200b7 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -220,8 +220,8 @@ namespace WebSocketSharp.Net
///
BadRequest = 400,
///
- /// Equivalent to status code 401.
- /// Indicates that the client's request requires user authentication.
+ /// Equivalent to status code 401. Indicates that the client's request
+ /// requires user authentication.
///
Unauthorized = 401,
///