diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index 62045814..7d9fc1e6 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -1285,11 +1285,11 @@ namespace WebSocketSharp
     }
 
     /// 
-    /// Determines whether the specified  is in the allowable range of
-    /// the WebSocket close status code.
+    /// Determines whether the specified  is in
+    /// the allowable range of the WebSocket close status code.
     /// 
     /// 
-    /// Not allowable ranges are the following:
+    /// Unallowable ranges are the following:
     ///   
     ///     - 
     ///       
@@ -1298,14 +1298,15 @@ namespace WebSocketSharp
     ///     ///
- 
     ///       
-    ///       Numbers greater than 4999 are out of the reserved close status code ranges.
+    ///       Numbers greater than 4999 are out of the reserved
+    ///       close status code ranges.
     ///       
     ///     ///
/// 
     /// 
-    /// true if  is in the allowable range of the WebSocket
-    /// close status code; otherwise, false.
+    /// true if  is in the allowable
+    /// range of the close status code; otherwise, false.
     /// 
     /// 
     /// A  to test.