File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/ndarray/base/unary-reduce-subarray/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var without = require( '@stdlib/array/base/without' );
26
26
// MAIN //
27
27
28
28
/**
29
- * Performs a reduction over a list of specified dimensions in an input ndarray and assigns results to a provided output ndarray.
29
+ * Performs a reduction over an input ndarray and assigns results to a provided output ndarray.
30
30
*
31
31
* @private
32
32
* @param {Function } fcn - reduction function
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var without = require( '@stdlib/array/base/without' );
26
26
// MAIN //
27
27
28
28
/**
29
- * Performs a reduction over a list of specified dimensions in an input ndarray and assigns results to a provided output ndarray.
29
+ * Performs a reduction over an input ndarray and assigns results to a provided output ndarray.
30
30
*
31
31
* @private
32
32
* @param {Function } fcn - reduction function
You can’t perform that action at this time.
0 commit comments