File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -484,6 +484,7 @@ A total of 23 issues were closed in this release:
484
484
485
485
<details >
486
486
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)_
487
488
- [ ` 161c07f ` ] ( https://github.com/stdlib-js/stdlib/commit/161c07f799df67fe19580ad0fbf1093d39566142 ) - ** docs:** update copy _ (by Athan Reines)_
488
489
- [ ` 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)_
489
490
- [ ` 3565318 ` ] ( https://github.com/stdlib-js/stdlib/commit/3565318e3639b3e44890ed15ccd73560d3cac14c ) - ** refactor:** update paths _ (by Gururaj Gurram)_
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ interface Routine {
60
60
* @param N - number of elements along each dimension in the matrix `A`
61
61
* @param A - input matrix
62
62
* @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`
64
64
* @param offsetA - starting index for `A`
65
65
* @param x - input vector
66
66
* @param strideX - `x` stride length
You can’t perform that action at this time.
0 commit comments