Skip to content

Commit f2dcd77

Browse files
authored
Discard changes to lib/node_modules/@stdlib/blas/base/dsyr2/benchmark/benchmark.ndarray.js
1 parent 32d64c8 commit f2dcd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsyr2/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var options = {
4242
* Creates a benchmark function.
4343
*
4444
* @private
45-
* @param {PositiveInteger} N - array length
45+
* @param {PositiveInteger} N - number of elements along each dimension
4646
* @returns {Function} benchmark function
4747
*/
4848
function createBenchmark( N ) {

0 commit comments

Comments
 (0)