Skip to content

Commit bbc5d0b

Browse files
committed
Auto-generated commit
1 parent 64f029f commit bbc5d0b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
<details>
3535

36+
- [`bbcd10e`](https://github.com/stdlib-js/stdlib/commit/bbcd10e4612d8b164f5716b1a3d79aecba358548) - **docs:** fix parameter name _(by Athan Reines)_
3637
- [`f892202`](https://github.com/stdlib-js/stdlib/commit/f89220228daf5c84c2a5cfdcc03633ac2cc78a7c) - **docs:** fix description _(by Athan Reines)_
3738
- [`e01e9d8`](https://github.com/stdlib-js/stdlib/commit/e01e9d8efc5ba72da1a68a6abf2d4058e6d89a02) - **docs:** use appropriate data type in string interpolation [(#7631)](https://github.com/stdlib-js/stdlib/pull/7631) _(by Shabareesh Shetty)_
3839
- [`a41c427`](https://github.com/stdlib-js/stdlib/commit/a41c427ee9ddd87f48288a737ea9820ea48b5498) - **refactor:** reduce pointer arithmetic operations _(by Athan Reines)_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The function has the following parameters:
8686
- **x**: input [`Float64Array`][mdn-float64array].
8787
- **sx**: stride length for `x`.
8888
- **A**: input matrix stored in linear memory as a [`Float64Array`][mdn-float64array].
89-
- **lda**: stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`).
89+
- **LDA**: stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`).
9090

9191
The stride parameters determine how elements in the input arrays are accessed at runtime. For example, to iterate over the elements of `x` in reverse order,
9292

0 commit comments

Comments
 (0)