Skip to content

Commit c1666bf

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dsyr2/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsyr2/benchmark/benchmark.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)