Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored Jun 11, 2024
1 parent 85e1566 commit 01528c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See [proposal-iterator-helpers](https://github.com/tc39/proposal-iterator-helper
In the iterator-producing methods (`.map`, `.filter`, `.take`, `.drop`, and `.flatMap`), async helpers have the opportunity to support _concurrency_. For example, in the following code:

```js
asyncIteratorOfUrls
x = asyncIteratorOfUrls
.map(u => fetch(u))

await Promise.all([
Expand Down

0 comments on commit 01528c5

Please sign in to comment.