Skip to content

Commit 4b1f53d

Browse files
feat: update namespace TypeScript declarations
PR-URL: #4518 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent b821c30 commit 4b1f53d

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ interface Namespace {
13211321
*
13221322
* @param N - number of indexed elements
13231323
* @param x - input array
1324-
* @param stride - stride length
1324+
* @param strideX - stride length
13251325
* @returns arithmetic mean
13261326
*
13271327
* @example
@@ -4521,7 +4521,7 @@ interface Namespace {
45214521
*
45224522
* @param N - number of indexed elements
45234523
* @param x - sorted input array
4524-
* @param stride - stride length
4524+
* @param strideX - stride length
45254525
* @returns median value
45264526
*
45274527
* @example
@@ -4625,7 +4625,7 @@ interface Namespace {
46254625
*
46264626
* @param N - number of indexed elements
46274627
* @param x - sorted input array
4628-
* @param stride - stride length
4628+
* @param strideX - stride length
46294629
* @returns minimum value
46304630
*
46314631
* @example

0 commit comments

Comments
 (0)