Skip to content

Commit 01528c5

Browse files
authored
fix typo
1 parent 85e1566 commit 01528c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See [proposal-iterator-helpers](https://github.com/tc39/proposal-iterator-helper
3939
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:
4040

4141
```js
42-
asyncIteratorOfUrls
42+
x = asyncIteratorOfUrls
4343
.map(u => fetch(u))
4444

4545
await Promise.all([

0 commit comments

Comments
 (0)