diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index 90ee009d..f3c2d71f 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -1963,24 +1963,39 @@ namespace WebSocketSharp
}
///
- /// Converts the specified array of to the specified type data.
+ /// Converts the specified array of to the specified
+ /// type data.
///
///
- /// A T converted from , or a default value of
- /// T if is an empty array of or
- /// if the type of T isn't , , ,
- /// , , , ,
- /// , , or .
+ ///
+ /// A T converted from .
+ ///
+ ///
+ /// A default value of T if is an empty array of
+ /// or if the type of T is not ,
+ /// , , ,
+ /// , , ,
+ /// , , or .
+ ///
///
///
/// An array of to convert.
///
///
- /// One of the enum values, specifies the byte order of
- /// .
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It specifies the byte order of .
+ ///
///
///
- /// The type of the return. The T must be a value type.
+ ///
+ /// The type of the return.
+ ///
+ ///
+ /// It must be a value type.
+ ///
///
///
/// is .