From 0e0fc5e550362b17edbd246a48719db1cfe8377e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 31 Jul 2024 22:27:33 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + base/for-each/docs/types/index.d.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7791a8a..bd824b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -816,6 +816,7 @@ A total of 4 people contributed to this release. Thank you to the following cont
+- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_ - [`4e6b2eb`](https://github.com/stdlib-js/stdlib/commit/4e6b2eb39e01d193302cd93ebf93dd2f42c71291) - **fix:** update type for indices _(by Athan Reines)_ - [`c57d1d8`](https://github.com/stdlib-js/stdlib/commit/c57d1d880a32cfaff0c57744c81ef641640cddef) - **fix:** return subscripts from perspective of ndarray view, not buffer _(by Athan Reines)_ - [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_ diff --git a/base/for-each/docs/types/index.d.ts b/base/for-each/docs/types/index.d.ts index 014197b8..2fdc11c7 100644 --- a/base/for-each/docs/types/index.d.ts +++ b/base/for-each/docs/types/index.d.ts @@ -25,7 +25,6 @@ import { typedndarray } from '@stdlib/types/ndarray'; /** * Callback invoked for each ndarray element. -* */ type Nullary = ( this: U ) => void;