Skip to content

Commit 589af2d

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #5963 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent cb0f2f1 commit 589af2d

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
@@ -983,7 +983,7 @@ interface Namespace {
983983
* @param N - number of indexed elements
984984
* @param correction - degrees of freedom adjustment
985985
* @param x - input array
986-
* @param stride - stride length
986+
* @param strideX - stride length
987987
* @returns standard deviation
988988
*
989989
* @example
@@ -1010,7 +1010,7 @@ interface Namespace {
10101010
* @param N - number of indexed elements
10111011
* @param correction - degrees of freedom adjustment
10121012
* @param x - input array
1013-
* @param stride - stride length
1013+
* @param strideX - stride length
10141014
* @returns standard deviation
10151015
*
10161016
* @example

0 commit comments

Comments
 (0)