diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index e9e99b32..23fcae38 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -1615,7 +1615,7 @@ namespace WebSocketSharp
/// An array of to convert.
///
///
- /// One of the enum values, indicates the byte order of
+ /// One of the enum values, specifies the byte order of
/// .
///
///
@@ -1669,7 +1669,7 @@ namespace WebSocketSharp
/// A T to convert.
///
///
- /// One of the enum values, indicates the byte order of the return.
+ /// One of the enum values, specifies the byte order of the return.
///
///
/// The type of . The T must be a value type.
@@ -1718,7 +1718,7 @@ namespace WebSocketSharp
/// An array of to convert.
///
///
- /// One of the enum values, indicates the byte order of
+ /// One of the enum values, specifies the byte order of
/// .
///
///