diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index 4acf5954..cb6565fc 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -1843,17 +1843,30 @@ namespace WebSocketSharp
}
///
- /// Converts the order of the specified array of to the host byte order.
+ /// Converts the order of elements in the specified byte array to
+ /// host (this computer architecture) byte order.
///
///
- /// An array of converted from .
+ ///
+ /// An array of converted from
+ /// .
+ ///
+ ///
+ /// Or if the number of elements in it
+ /// is less than 2 or is same as
+ /// host byte order.
+ ///
///
///
/// An array of to convert.
///
///
- /// One of the enum values, specifies the byte order of
- /// .
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It specifies the order of elements in .
+ ///
///
///
/// is .