Skip to content

Commit 83b2306

Browse files
committed
Auto-generated commit
1 parent 367078e commit 83b2306

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
@@ -192,6 +192,7 @@ A total of 22 issues were closed in this release:
192192

193193
<details>
194194

195+
- [`92dc7c2`](https://github.com/stdlib-js/stdlib/commit/92dc7c2bea09a0f1d6d12d9048381cc8bcc99fe3) - **docs:** fix TSDoc return annotation values and example code _(by Philipp Burckhardt)_
195196
- [`2e44271`](https://github.com/stdlib-js/stdlib/commit/2e44271c52942b2140d235372d2247335894b40d) - **chore:** fix JavaScript lint errors [(#8705)](https://github.com/stdlib-js/stdlib/pull/8705) _(by Rohit R Bhat, Athan Reines)_
196197
- [`ff45992`](https://github.com/stdlib-js/stdlib/commit/ff45992200d325437e5216d0e7738ee812c661dc) - **docs:** update namespace table of contents [(#8704)](https://github.com/stdlib-js/stdlib/pull/8704) _(by stdlib-bot)_
197198
- [`bdee45c`](https://github.com/stdlib-js/stdlib/commit/bdee45c142a6e5a8d9dea6d28861900585fc3ac6) - **chore:** fix JavaScript lint errors [(#8686)](https://github.com/stdlib-js/stdlib/pull/8686) _(by Rohit R Bhat, Athan Reines)_

async/parallel/lib/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ var factory = require( './factory.js' );
4040
* @returns {void}
4141
*
4242
* @example
43-
* var parallel = require( '@stdlib/utils/async/parallel' );
44-
*
4543
* function foo( resolve ) {
4644
* setTimeout( onTimeout, 300 );
4745
* function onTimeout() {

0 commit comments

Comments
 (0)