Skip to content

Commit 5dde14b

Browse files
authored
feat: update namespace TypeScript declarations
PR-URL: #5182 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 842339c commit 5dde14b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ interface Namespace {
333333
* @param N - number of indexed elements
334334
* @param sum - initial sum
335335
* @param x - input array
336-
* @param strideX - `x` stride length
336+
* @param strideX - stride length for `x`
337337
* @param y - output array
338-
* @param strideY - `y` stride length
338+
* @param strideY - stride length for `y`
339339
* @returns output array
340340
*
341341
* @example
@@ -395,9 +395,9 @@ interface Namespace {
395395
* @param N - number of indexed elements
396396
* @param sum - initial sum
397397
* @param x - input array
398-
* @param strideX - `x` stride length
398+
* @param strideX - stride length for `x`
399399
* @param y - output array
400-
* @param strideY - `y` stride length
400+
* @param strideY - stride length for `y`
401401
* @returns output array
402402
*
403403
* @example
@@ -457,9 +457,9 @@ interface Namespace {
457457
* @param N - number of indexed elements
458458
* @param sum - initial sum
459459
* @param x - input array
460-
* @param strideX - `x` stride length
460+
* @param strideX - stride length for `x`
461461
* @param y - output array
462-
* @param strideY - `y` stride length
462+
* @param strideY - stride length for `y`
463463
* @returns output array
464464
*
465465
* @example
@@ -2983,9 +2983,9 @@ interface Namespace {
29832983
* @param N - number of indexed elements
29842984
* @param order - sort order
29852985
* @param x - first input array
2986-
* @param strideX - `x` stride length
2986+
* @param strideX - stride length for `x`
29872987
* @param y - second input array
2988-
* @param strideY - `y` stride length
2988+
* @param strideY - stride length for `y`
29892989
* @returns first input array
29902990
*
29912991
* @example

lib/node_modules/@stdlib/stats/base/docs/types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ interface Namespace {
565565
*
566566
* @param N - number of indexed elements
567567
* @param x - input array
568-
* @param stride - stride length
568+
* @param strideX - stride length
569569
* @returns arithmetic mean
570570
*
571571
* @example
@@ -1149,7 +1149,7 @@ interface Namespace {
11491149
*
11501150
* @param N - number of indexed elements
11511151
* @param x - input array
1152-
* @param stride - stride length
1152+
* @param strideX - stride length
11531153
* @returns arithmetic mean
11541154
*
11551155
* @example
@@ -2069,7 +2069,7 @@ interface Namespace {
20692069
*
20702070
* @param N - number of indexed elements
20712071
* @param x - input array
2072-
* @param stride - stride length
2072+
* @param strideX - stride length
20732073
* @returns arithmetic mean
20742074
*
20752075
* @example

0 commit comments

Comments
 (0)