diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 350125ad..fe6700a1 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -78,9 +78,8 @@ namespace WebSocketSharp.Net
///
NonAuthoritativeInformation = 203,
///
- /// Equivalent to status code 204.
- /// Indicates that the server has fulfilled the client's request but doesn't need to return
- /// an entity-body.
+ /// Equivalent to status code 204. Indicates that the server has fulfilled
+ /// the client's request but does not need to return an entity-body.
///
NoContent = 204,
///