Skip to content

Commit 09d7bb4

Browse files
committed
Auto-generated commit
1 parent f3987bb commit 09d7bb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ A total of 23 issues were closed in this release:
484484

485485
<details>
486486

487+
- [`67e3e62`](https://github.com/stdlib-js/stdlib/commit/67e3e626914282ea5dafe86d603e446fb2679890) - **docs:** update param description in `blas/base/dtrsv` [(#7384)](https://github.com/stdlib-js/stdlib/pull/7384) _(by Aayush Khanna)_
487488
- [`161c07f`](https://github.com/stdlib-js/stdlib/commit/161c07f799df67fe19580ad0fbf1093d39566142) - **docs:** update copy _(by Athan Reines)_
488489
- [`dde0849`](https://github.com/stdlib-js/stdlib/commit/dde0849e582545d8e2a213ba1039238cdcff1ec5) - **chore:** fix C lint errors [(#7286)](https://github.com/stdlib-js/stdlib/pull/7286) _(by Pierre Forstmann, Athan Reines)_
489490
- [`3565318`](https://github.com/stdlib-js/stdlib/commit/3565318e3639b3e44890ed15ccd73560d3cac14c) - **refactor:** update paths _(by Gururaj Gurram)_

base/dtrsv/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ interface Routine {
6060
* @param N - number of elements along each dimension in the matrix `A`
6161
* @param A - input matrix
6262
* @param strideA1 - stride of the first dimension of `A`
63-
* @param strideA2 - stride of the first dimension of `A`
63+
* @param strideA2 - stride of the second dimension of `A`
6464
* @param offsetA - starting index for `A`
6565
* @param x - input vector
6666
* @param strideX - `x` stride length

0 commit comments

Comments
 (0)