File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments