8000 Auto-generated commit · stdlib-js/ndarray-base-for-each@093637f · GitHub
[go: up one dir, main page]

Skip to content

Commit 093637f

Browse files
committed
Auto-generated commit
1 parent c8a8f73 commit 093637f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

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

2424
<details>
2525

26+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2627
- [`4e6b2eb`](https://github.com/stdlib-js/stdlib/commit/4e6b2eb39e01d193302cd93ebf93dd2f42c71291) - **fix:** update type for indices _(by Athan Reines)_
2728
- [`c57d1d8`](https://github.com/stdlib-js/stdlib/commit/c57d1d880a32cfaff0c57744c81ef641640cddef) - **fix:** return subscripts from perspective of ndarray view, not buffer _(by Athan Reines)_
2829

docs/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { typedndarray } from '@stdlib/types/ndarray';
2525

2626
/**
2727
* Callback invoked for each ndarray element.
28-
*
2928
*/
3029
type Nullary<U> = ( this: U ) => void;
3130

0 commit comments

Comments
 (0)
0