Skip to content

Commit 22f9262

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #6087 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 9f41c88 commit 22f9262

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3849,7 +3849,7 @@ interface Namespace {
38493849
*
38503850
* @param N - number of indexed elements
38513851
* @param x - input array
3852-
* @param stride - stride length
3852+
* @param strideX - stride length
38533853
* @returns arithmetic mean
38543854
*
38553855
* @example
@@ -4862,7 +4862,7 @@ interface Namespace {
48624862
* @param N - number of indexed elements
48634863
* @param correction - degrees of freedom adjustment
48644864
* @param x - input array
4865-
* @param stride - stride length
4865+
* @param strideX - stride length
48664866
* @returns standard deviation
48674867
*
48684868
* @example

0 commit comments

Comments
 (0)