Skip to content

Commit 09b5945

Browse files
docs: update namespace TypeScript declaration comments
PR-URL: #4691 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent 4dded55 commit 09b5945

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,9 +1809,9 @@ interface Namespace {
18091809
*
18101810
* @param N - number of indexed elements
18111811
* @param x - input array
1812-
* @param strideX - `x` stride length
1812+
* @param strideX - stride length for `x`
18131813
* @param out - output array whose first element is the sum and whose second element is the number of non-NaN elements
1814-
* @param strideOut - `out` stride length
1814+
* @param strideOut - stride length for `out`
18151815
* @returns output array
18161816
*
18171817
* @example
@@ -2191,7 +2191,7 @@ interface Namespace {
21912191
*
21922192
* @param N - number of indexed elements
21932193
* @param x - input array
2194-
* @param stride - stride length
2194+
* @param strideX - stride length
21952195
* @returns sum
21962196
*
21972197
* @example
@@ -2213,7 +2213,7 @@ interface Namespace {
22132213
*
22142214
* @param N - number of indexed elements
22152215
* @param x - input array
2216-
* @param stride - stride length
2216+
* @param strideX - stride length
22172217
* @returns sum
22182218
*
22192219
* @example
@@ -2235,7 +2235,7 @@ interface Namespace {
22352235
*
22362236
* @param N - number of indexed elements
22372237
* @param x - input array
2238-
* @param stride - stride length
2238+
* @param strideX - stride length
22392239
* @returns sum
22402240
*
22412241
* @example

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ interface Namespace {
19801980
* @param N - number of indexed elements
19811981
* @param correction - degrees of freedom adjustment
19821982
* @param x - input array
1983-
* @param stride - stride length
1983+
* @param strideX - stride length
19841984
* @returns standard error of the mean
19851985
*
19861986
* @example

0 commit comments

Comments
 (0)