Skip to content

Commit 0062b9d

Browse files
docs: update namespace TypeScript declaration comments
PR-URL: #4335 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent 9c14596 commit 0062b9d

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
@@ -1495,7 +1495,7 @@ interface Namespace {
14951495
*
14961496
* @param N - number of indexed elements
14971497
* @param x - input array
1498-
* @param stride - stride length
1498+
* @param strideX - stride length
14991499
* @returns range
15001500
*
15011501
* @example
@@ -4929,7 +4929,7 @@ interface Namespace {
49294929
*
49304930
* @param N - number of indexed elements
49314931
* @param x - input array
4932-
* @param stride - stride length
4932+
* @param strideX - stride length
49334933
* @returns minimum absolute value
49344934
*
49354935
* @example
@@ -5051,7 +5051,7 @@ interface Namespace {
50515051
*
50525052
* @param N - number of indexed elements
50535053
* @param x - input array
5054-
* @param stride - stride length
5054+
* @param strideX - stride length
50555055
* @returns range
50565056
*
50575057
* @example

0 commit comments

Comments
 (0)