diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index 270a2a84..e944d874 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -1394,12 +1394,12 @@ namespace WebSocketSharp
}
///
- /// Determines whether the specified is
- /// or an empty string.
+ /// Determines whether the specified string is or
+ /// an empty string.
///
///
- /// true if is or
- /// an empty string; otherwise, false.
+ /// true if the string is or an empty string;
+ /// otherwise, false.
///
///
/// A to test.