diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 6431c4bd..8f8e50f5 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -235,8 +235,8 @@ namespace WebSocketSharp.Net
///
Forbidden = 403,
///
- /// Equivalent to status code 404.
- /// Indicates that the server hasn't found anything matching the request URI.
+ /// Equivalent to status code 404. Indicates that the server has not found
+ /// anything matching the request URI.
///
NotFound = 404,
///