Skip to content

Commit 2955d2f

Browse files
committed
Auto-generated commit
1 parent f6eb120 commit 2955d2f

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
@@ -529,6 +529,7 @@ A total of 24 issues were closed in this release:
529529

530530
<details>
531531

532+
- [`2743732`](https://github.com/stdlib-js/stdlib/commit/27437323cb1d22c53c91f152d6d05153630bc123) - **docs:** fix description _(by Athan Reines)_
532533
- [`c8652f3`](https://github.com/stdlib-js/stdlib/commit/c8652f3a3ca317179b46596787eb4db4966c154a) - **feat:** add `ndarray/flatten-by` [(#8078)](https://github.com/stdlib-js/stdlib/pull/8078) _(by Muhammad Haris, Athan Reines)_
533534
- [`57a9400`](https://github.com/stdlib-js/stdlib/commit/57a9400329d0570d2b25ad6b87d4d9a74d7fc28b) - **fix:** avoid strict equality check _(by Athan Reines)_
534535
- [`905019c`](https://github.com/stdlib-js/stdlib/commit/905019c024611308865950e3d1dd51c642176e82) - **docs:** fix grammar in function descriptions _(by Philipp Burckhardt)_

base/nullary-strided1d-dispatch/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ declare class NullaryStrided1dDispatch<T, U> {
186186
*
187187
* @param out - output ndarray
188188
* @param x - additional ndarray argument
189-
* @param args - output ndarray, additional ndarray arguments, and function options
189+
* @param args - additional ndarray arguments and function options
190190
* @returns output ndarray
191191
*
192192
* @example

0 commit comments

Comments
 (0)