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