Skip to content

Commit b35c05f

Browse files
committed
Fix description
1 parent 785c260 commit b35c05f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/remove-singleton-dimensions/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/remove-singleton-dimensions/benchmark/benchmark.ndims.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var removeSingletonDimensions = require( './../lib' );
3333
* Creates a benchmark function.
3434
*
3535
* @private
36-
* @param {PositiveInteger} ndims - number of dimensions to which to broadcast
36+
* @param {PositiveInteger} ndims - number of singleton dimensions
3737
* @returns {Function} benchmark function
3838
*/
3939
function createBenchmark( ndims ) {

0 commit comments

Comments
 (0)