diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 717cbf92..15784c24 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1692,11 +1692,11 @@ namespace WebSocketSharp /// An array of T from which to retrieve a sub-array. /// /// - /// A that represents the zero-based index in the array + /// A that specifies the zero-based index in the array /// at which retrieving starts. /// /// - /// A that represents the number of elements to retrieve. + /// A that specifies the number of elements to retrieve. /// /// /// The type of elements in the array.