Skip to content

Commit 902158c

Browse files
authored
Update readme.md
1 parent 7929234 commit 902158c

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
@@ -99,7 +99,7 @@ setTimeout(() => {
9999
const mapper = async value => value;
100100

101101
await pMap([delay(1000), delay(1000)], mapper, {signal: abortController.signal});
102-
//=> Throws AbortError (DOMException) after 500ms.
102+
// Throws AbortError (DOMException) after 500 ms.
103103
```
104104

105105
### pMapSkip

0 commit comments

Comments
 (0)