diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 469b4042..126f11dd 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1609,11 +1609,11 @@ namespace WebSocketSharp /// An array of T from which to retrieve a sub-array. /// /// - /// An that represents the zero-based index in the array + /// An that specifies the zero-based index in the array /// at which retrieving starts. /// /// - /// An that represents the number of elements to retrieve. + /// An that specifies the number of elements to retrieve. /// /// /// The type of elements in the array.