diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index d59bae34..6151c131 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -267,9 +267,8 @@ namespace WebSocketSharp.Net
///
Conflict = 409,
///
- /// Equivalent to status code 410.
- /// Indicates that the requested resource is no longer available at the server and
- /// no forwarding address is known.
+ /// Equivalent to status code 410. Indicates that the requested resource is
+ /// no longer available at the server and no forwarding address is known.
///
Gone = 410,
///