We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca8e7b commit 7b13902Copy full SHA for 7b13902
lib/node_modules/@stdlib/stats/base/range-by/docs/types/index.d.ts
@@ -103,7 +103,7 @@ interface Routine {
103
*
104
* @param N - number of indexed elements
105
* @param x - input array
106
- * @param stride - stride length
+ * @param strideX - stride length
107
* @param clbk - callback
108
* @param thisArg - execution context
109
* @returns range
@@ -156,7 +156,7 @@ interface Routine {
156
}
157
158
/**
159
-* Calculates the range of a strided array via a callback function.
+* Computes the range of a strided array via a callback function.
160
161
* ## Notes
162
0 commit comments