diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index 4f3fec09..7000b042 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -1867,19 +1867,23 @@ namespace WebSocketSharp
}
///
- /// Converts the specified to a that
- /// concatenates the each element of across the specified
- /// .
+ /// Converts the specified array to a .
///
///
- /// A converted from ,
- /// or if is empty.
+ ///
+ /// A converted by concatenating each element of
+ /// across .
+ ///
+ ///
+ /// An empty string if is an empty array.
+ ///
///
///
/// An array of T to convert.
///
///
- /// A that represents the separator string.
+ /// A used to separate each element of
+ /// .
///
///
/// The type of elements in .