Skip to content

Commit 6f6a027

Browse files
committed
revert: restore "Creates a benchmark function." JSDoc in blas/ext/base/gcartesian-power
Per maintainer review: "Creates" (third-person indicative) is the convention for these benchmark JSDoc summaries, not the imperative. https://claude.ai/code/session_01PYMuhnRSCirT5T3Bn4o4Lj
1 parent 1eae349 commit 6f6a027

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/gcartesian-power/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var K = 2;
4141
// FUNCTIONS //
4242

4343
/**
44-
* Create a benchmark function.
44+
* Creates a benchmark function.
4545
*
4646
* @private
4747
* @param {PositiveInteger} len - array length

lib/node_modules/@stdlib/blas/ext/base/gcartesian-power/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var K = 2;
4141
// FUNCTIONS //
4242

4343
/**
44-
* Create a benchmark function.
44+
* Creates a benchmark function.
4545
*
4646
* @private
4747
* @param {PositiveInteger} len - array length

0 commit comments

Comments
 (0)