Skip to content

Commit 0eb7b7f

Browse files
committed
docs: use "Creates a benchmark function." in blas/ext/base/scartesian-power benchmark JSDoc
Aligns with the convention reaffirmed in maintainer review: third-person indicative, not imperative. https://claude.ai/code/session_01PYMuhnRSCirT5T3Bn4o4Lj
1 parent 6f6a027 commit 0eb7b7f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/scartesian-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/scartesian-power/benchmark/benchmark.native.js

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

4848
/**
49-
* Create a benchmark function.
49+
* Creates a benchmark function.
5050
*
5151
* @private
5252
* @param {PositiveInteger} len - array length

lib/node_modules/@stdlib/blas/ext/base/scartesian-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

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

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

4848
/**
49-
* Create a benchmark function.
49+
* Creates a benchmark function.
5050
*
5151
* @private
5252
* @param {PositiveInteger} len - array length

0 commit comments

Comments
 (0)