Skip to content

Commit 1a5c021

Browse files
committed
docs: align blas/ext/base/gcartesian-power docstrings with siblings
https://claude.ai/code/session_01PYMuhnRSCirT5T3Bn4o4Lj
1 parent fa775c5 commit 1a5c021

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/gcartesian-power/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ The function has the following parameters:
104104
- **strideX**: stride length for `x`.
105105
- **offsetX**: starting index for `x`.
106106
- **out**: output [`Array`][mdn-array] or [`typed array`][mdn-typed-array].
107-
- **strideOut1**: stride length for the first dimension of `out`.
108-
- **strideOut2**: stride length for the second dimension of `out`.
107+
- **strideOut1**: stride length of the first dimension of `out`.
108+
- **strideOut2**: stride length of the second dimension of `out`.
109109
- **offsetOut**: starting index for `out`.
110110

111111
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on starting indices. For example, to access only the last two elements:

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-
* Creates a benchmark function.
44+
* Create 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-
* Creates a benchmark function.
44+
* Create a benchmark function.
4545
*
4646
* @private
4747
* @param {PositiveInteger} len - array length

0 commit comments

Comments
 (0)