From 01528c547107a2d28ce677cd3b28bb6e5068d424 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Tue, 11 Jun 2024 03:20:43 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db1922..fb72936 100644 --- a/README.md +++ b/README.md @@ -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([