diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 8f8e50f5..7e04e9dd 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -240,9 +240,9 @@ namespace WebSocketSharp.Net
///
NotFound = 404,
///
- /// Equivalent to status code 405.
- /// Indicates that the method specified in the request line isn't allowed for the resource
- /// identified by the request URI.
+ /// Equivalent to status code 405. Indicates that the method specified
+ /// in the request line is not allowed for the resource identified by
+ /// the request URI.
///
MethodNotAllowed = 405,
///