@@ -333,9 +333,9 @@ interface Namespace {
333
333
* @param N - number of indexed elements
334
334
* @param sum - initial sum
335
335
* @param x - input array
336
- * @param strideX - `x` stride length
336
+ * @param strideX - stride length for `x`
337
337
* @param y - output array
338
- * @param strideY - `y` stride length
338
+ * @param strideY - stride length for `y`
339
339
* @returns output array
340
340
*
341
341
* @example
@@ -395,9 +395,9 @@ interface Namespace {
395
395
* @param N - number of indexed elements
396
396
* @param sum - initial sum
397
397
* @param x - input array
398
- * @param strideX - `x` stride length
398
+ * @param strideX - stride length for `x`
399
399
* @param y - output array
400
- * @param strideY - `y` stride length
400
+ * @param strideY - stride length for `y`
401
401
* @returns output array
402
402
*
403
403
* @example
@@ -457,9 +457,9 @@ interface Namespace {
457
457
* @param N - number of indexed elements
458
458
* @param sum - initial sum
459
459
* @param x - input array
460
- * @param strideX - `x` stride length
460
+ * @param strideX - stride length for `x`
461
461
* @param y - output array
462
- * @param strideY - `y` stride length
462
+ * @param strideY - stride length for `y`
463
463
* @returns output array
464
464
*
465
465
* @example
@@ -2983,9 +2983,9 @@ interface Namespace {
2983
2983
* @param N - number of indexed elements
2984
2984
* @param order - sort order
2985
2985
* @param x - first input array
2986
- * @param strideX - `x` stride length
2986
+ * @param strideX - stride length for `x`
2987
2987
* @param y - second input array
2988
- * @param strideY - `y` stride length
2988
+ * @param strideY - stride length for `y`
2989
2989
* @returns first input array
2990
2990
*
2991
2991
* @example
0 commit comments