diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index fe6700a1..d862aaf1 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -83,9 +83,9 @@ namespace WebSocketSharp.Net
///
NoContent = 204,
///
- /// Equivalent to status code 205.
- /// Indicates that the server has fulfilled the client's request, and the user agent should
- /// reset the document view which caused the request to be sent.
+ /// Equivalent to status code 205. Indicates that the server has fulfilled
+ /// the client's request, and the user agent should reset the document view
+ /// which caused the request to be sent.
///
ResetContent = 205,
///