Skip to content

Commit f122e01

Browse files
Planeshifterstdlib-bot
authored andcommitted
feat: update namespace TypeScript declarations
Signed-off-by: stdlib-bot <[email protected]>
1 parent 2e88648 commit f122e01

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/docs/types

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ interface Namespace {
12661266
*
12671267
* @param N - number of indexed elements
12681268
* @param x - input array
1269-
* @param stride - stride length
1269+
* @param strideX - stride length
12701270
* @returns sum
12711271
*
12721272
* @example
@@ -1292,7 +1292,7 @@ interface Namespace {
12921292
*
12931293
* @param N - number of indexed elements
12941294
* @param x - input array
1295-
* @param stride - stride length
1295+
* @param strideX - stride length
12961296
* @returns sum
12971297
*
12981298
* @example
@@ -3223,7 +3223,7 @@ interface Namespace {
32233223
*
32243224
* @param N - number of indexed elements
32253225
* @param x - input array
3226-
* @param stride - stride length
3226+
* @param strideX - stride length
32273227
* @returns sum
32283228
*
32293229
* @example

0 commit comments

Comments
 (0)