Skip to content

Commit 5ea82c5

Browse files
stdlib-botsaurabhraghuvanshii
authored andcommitted
docs: update namespace TypeScript declarations
PR-URL: stdlib-js#5075 Reviewed-by: Athan Reines <[email protected]>
1 parent 29d1b8d commit 5ea82c5

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,7 @@ interface Namespace {
19131913
*
19141914
* @param N - number of indexed elements
19151915
* @param x - input array
1916-
* @param stride - stride length
1916+
* @param strideX - stride length
19171917
* @returns arithmetic mean
19181918
*
19191919
* @example
@@ -2894,7 +2894,7 @@ interface Namespace {
28942894
*
28952895
* @param N - number of indexed elements
28962896
* @param x - input array
2897-
* @param stride - stride length
2897+
* @param strideX - stride length
28982898
* @returns minimum value
28992899
*
29002900
* @example

0 commit comments

Comments
 (0)