diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index a5debf08..6431c4bd 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -230,8 +230,8 @@ namespace WebSocketSharp.Net
///
PaymentRequired = 402,
///
- /// Equivalent to status code 403.
- /// Indicates that the server understood the client's request but is refusing to fulfill it.
+ /// Equivalent to status code 403. Indicates that the server understood
+ /// the client's request but is refusing to fulfill it.
///
Forbidden = 403,
///