Skip to content

Commit dd8cae0

Browse files
authored
docs: update namespace TypeScript declaration comments
PR-URL: #4623 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent 90985e9 commit dd8cae0

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@ interface Namespace {
25112511
* @param N - number of indexed elements
25122512
* @param correction - degrees of freedom adjustment
25132513
* @param x - input array
2514-
* @param stride - stride length
2514+
* @param strideX - stride length
25152515
* @returns variance
25162516
*
25172517
* @example
@@ -2565,7 +2565,7 @@ interface Namespace {
25652565
* @param N - number of indexed elements
25662566
* @param correction - degrees of freedom adjustment
25672567
* @param x - input array
2568-
* @param stride - stride length
2568+
* @param strideX - stride length
25692569
* @returns variance
25702570
*
25712571
* @example
@@ -2592,7 +2592,7 @@ interface Namespace {
25922592
* @param N - number of indexed elements
25932593
* @param correction - degrees of freedom adjustment
25942594
* @param x - input array
2595-
* @param stride - stride length
2595+
* @param strideX - stride length
25962596
* @returns variance
25972597
*
25982598
* @example
@@ -2619,7 +2619,7 @@ interface Namespace {
26192619
* @param N - number of indexed elements
26202620
* @param correction - degrees of freedom adjustment
26212621
* @param x - input array
2622-
* @param stride - stride length
2622+
* @param strideX - stride length
26232623
* @returns variance
26242624
*
26252625
* @example
@@ -2703,7 +2703,7 @@ interface Namespace {
27032703
* @param mean - mean
27042704
* @param correction - degrees of freedom adjustment
27052705
* @param x - input array
2706-
* @param stride - stride length
2706+
* @param strideX - stride length
27072707
* @returns variance
27082708
*
27092709
* @example
@@ -4495,7 +4495,7 @@ interface Namespace {
44954495
*
44964496
* @param N - number of indexed elements
44974497
* @param x - input array
4498-
* @param stride - stride length
4498+
* @param strideX - stride length
44994499
* @returns arithmetic mean
45004500
*
45014501
* @example
@@ -5755,7 +5755,7 @@ interface Namespace {
57555755
* @param N - number of indexed elements
57565756
* @param correction - degrees of freedom adjustment
57575757
* @param x - input array
5758-
* @param stride - stride length
5758+
* @param strideX - stride length
57595759
* @returns variance
57605760
*
57615761
* @example
@@ -5809,7 +5809,7 @@ interface Namespace {
58095809
* @param N - number of indexed elements
58105810
* @param correction - degrees of freedom adjustment
58115811
* @param x - input array
5812-
* @param stride - stride length
5812+
* @param strideX - stride length
58135813
* @returns variance
58145814
*
58155815
* @example

0 commit comments

Comments
 (0)