diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index e8a26a54..e7d8d97c 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1963,15 +1963,14 @@ namespace WebSocketSharp } /// - /// Converts the specified array of to the specified - /// type value. + /// Converts the specified byte array to the specified type value. /// /// /// /// A T converted from . /// /// - /// The default value of T if it could not be converted. + /// The default value of T if not converted. /// /// ///