diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 5b7cbdc8..3d6ccfde 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -252,8 +252,8 @@ namespace WebSocketSharp.Net
///
NotAcceptable = 406,
///
- /// Equivalent to status code 407.
- /// Indicates that the client must first authenticate itself with the proxy.
+ /// Equivalent to status code 407. Indicates that the client must first
+ /// authenticate itself with the proxy.
///
ProxyAuthenticationRequired = 407,
///