Skip to content

Commit 265cca5

Browse files
feat: update namespace TypeScript declarations
PR-URL: #4266 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent e9c01a9 commit 265cca5

File tree

1 file changed

+6
-6
lines changed
  • lib/node_modules/@stdlib/stats/base/docs/types

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ interface Namespace {
991991
*
992992
* @param N - number of indexed elements
993993
* @param x - input array
994-
* @param stride - stride length
994+
* @param strideX - stride length
995995
* @returns minimum value
996996
*
997997
* @example
@@ -1165,7 +1165,7 @@ interface Namespace {
11651165
*
11661166
* @param N - number of indexed elements
11671167
* @param x - input array
1168-
* @param stride - stride length
1168+
* @param strideX - stride length
11691169
* @returns maximum value
11701170
*
11711171
* @example
@@ -1191,7 +1191,7 @@ interface Namespace {
11911191
*
11921192
* @param N - number of indexed elements
11931193
* @param x - input array
1194-
* @param stride - stride length
1194+
* @param strideX - stride length
11951195
* @returns maximum absolute value
11961196
*
11971197
* @example
@@ -1347,7 +1347,7 @@ interface Namespace {
13471347
*
13481348
* @param N - number of indexed elements
13491349
* @param x - input array
1350-
* @param stride - stride length
1350+
* @param strideX - stride length
13511351
* @returns minimum value
13521352
*
13531353
* @example
@@ -4183,7 +4183,7 @@ interface Namespace {
41834183
*
41844184
* @param N - number of indexed elements
41854185
* @param x - input array
4186-
* @param stride - stride length
4186+
* @param strideX - stride length
41874187
* @returns maximum value
41884188
*
41894189
* @example
@@ -4209,7 +4209,7 @@ interface Namespace {
42094209
*
42104210
* @param N - number of indexed elements
42114211
* @param x - input array
4212-
* @param stride - stride length
4212+
* @param strideX - stride length
42134213
* @returns maximum absolute value
42144214
*
42154215
* @example

0 commit comments

Comments
 (0)