File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/ndarray/base
nullary-strided1d-dispatch-factory/lib
unary-strided1d-dispatch-factory/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var NullaryStrided1dDispatch = require( '@stdlib/ndarray/base/nullary-strided1d-
42
42
* @throws {TypeError } third argument must be an array of supported data types
43
43
* @throws {TypeError } options argument must be an object
44
44
* @throws {TypeError } must provide valid options
45
- * @returns {Function } function for applying a strided function an ndarray
45
+ * @returns {Function } function for applying a strided function to an ndarray
46
46
*
47
47
* @example
48
48
* var base = require( '@stdlib/blas/ext/base/ndarray/gsorthp' );
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ var UnaryStrided1dDispatch = require( '@stdlib/ndarray/base/unary-strided1d-disp
47
47
* @throws {TypeError } fourth argument must be an object having supported policies
48
48
* @throws {TypeError } options argument must be an object
49
49
* @throws {TypeError } must provide valid options
50
- * @returns {Function } function for applying a strided function an ndarray
50
+ * @returns {Function } function for applying a strided function to an ndarray
51
51
*
52
52
* @example
53
53
* var base = require( '@stdlib/stats/base/ndarray/cumax' );
You can’t perform that action at this time.
0 commit comments