Skip to content

Commit 0189c3a

Browse files
committed
Auto-generated commit
1 parent 90bce60 commit 0189c3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

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

203203
<details>
204204

205+
- [`546d714`](https://github.com/stdlib-js/stdlib/commit/546d71415bfaa6861cb8757741e1c465c7759590) - **docs:** fix example code and return annotations in TSDoc declarations _(by Philipp Burckhardt)_
205206
- [`4929bea`](https://github.com/stdlib-js/stdlib/commit/4929beadc8b97ef669ac725fbb39758d06dd1784) - **docs:** update namespace table of contents [(#8763)](https://github.com/stdlib-js/stdlib/pull/8763) _(by stdlib-bot)_
206207
- [`05f818a`](https://github.com/stdlib-js/stdlib/commit/05f818a8292321d80988ce531bb3ceee8974ee30) - **remove:** remove `utils/some-own-by` _(by Neeraj Pathak)_
207208
- [`274666d`](https://github.com/stdlib-js/stdlib/commit/274666d5af9ef7eb9b61f431905a0fe235ace78e) - **remove:** remove `someOwnBy` from namespace _(by Neeraj Pathak)_

async/parallel/docs/types/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ interface Parallel {
244244
* @param clbk - callback to invoke upon completion
245245
*
246246
* @example
247-
* var parallel = require( '@stdlib/utils/async/parallel' );
248-
*
249247
* function foo( clbk ) {
250248
* setTimeout( onTimeout, 300 );
251249
* function onTimeout() {

0 commit comments

Comments
 (0)