Skip to content

Commit c43d9bb

Browse files
docs: update namespace TypeScript declaration comments
PR-URL: #4303 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent 723d79a commit c43d9bb

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
@@ -503,7 +503,7 @@ interface Namespace {
503503
*
504504
* @param N - number of indexed elements
505505
* @param x - input array
506-
* @param stride - stride length
506+
* @param strideX - stride length
507507
* @returns maximum absolute value
508508
*
509509
* @example
@@ -4573,7 +4573,7 @@ interface Namespace {
45734573
*
45744574
* @param N - number of indexed elements
45754575
* @param x - input array
4576-
* @param stride - stride length
4576+
* @param strideX - stride length
45774577
* @returns minimum value
45784578
*
45794579
* @example
@@ -4599,7 +4599,7 @@ interface Namespace {
45994599
*
46004600
* @param N - number of indexed elements
46014601
* @param x - input array
4602-
* @param stride - stride length
4602+
* @param strideX - stride length
46034603
* @returns minimum absolute value
46044604
*
46054605
* @example
@@ -4747,7 +4747,7 @@ interface Namespace {
47474747
*
47484748
* @param N - number of indexed elements
47494749
* @param x - input array
4750-
* @param stride - stride length
4750+
* @param strideX - stride length
47514751
* @returns maximum value
47524752
*
47534753
* @example
@@ -4903,7 +4903,7 @@ interface Namespace {
49034903
*
49044904
* @param N - number of indexed elements
49054905
* @param x - input array
4906-
* @param stride - stride length
4906+
* @param strideX - stride length
49074907
* @returns minimum value
49084908
*
49094909
* @example
@@ -5401,7 +5401,7 @@ interface Namespace {
54015401
*
54025402
* @param N - number of indexed elements
54035403
* @param x - input array
5404-
* @param stride - stride length
5404+
* @param strideX - stride length
54055405
* @returns range
54065406
*
54075407
* @example

0 commit comments

Comments
 (0)