Skip to content

Commit be08620

Browse files
authored
fix: Explainer method typo (#28)
1 parent 283fb1d commit be08620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Iterator(iterable).toArray()
413413
Array.from(iterable, mapfn)
414414
Iterator(iterable).map(mapfn).toArray()
415415

416-
// Array.asyncFrom
416+
// Array.fromAsync
417417

418418
Array.fromAsync(asyncIterable)
419419
AsyncIterator(asyncIterable).toArray()

0 commit comments

Comments
 (0)