Skip to content

Commit 461d2cc

Browse files
authored
spec: Fix typo (#13)
Fix `syncItems` → `asyncItems` in algorithm.
1 parent 391fb08 commit 461d2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1><ins>Array.fromAsync ( _asyncItems_ [ , _mapfn_ [ , _thisArg_ ] ] )</ins></h
5959
1. If _usingAsyncIterator_ is not *undefined*, then
6060
1. Let _iteratorRecord_ be ? GetIterator(_asyncItems_, ~async~, _usingAsyncIterator_).
6161
1. Else,
62-
1. Let _iteratorRecord_ be ? CreateAsyncFromSyncIterator(GetIterator(_syncItems_, ~sync~, _usingSyncIterator_)).
62+
1. Let _iteratorRecord_ be ? CreateAsyncFromSyncIterator(GetIterator(_asyncItems_, ~sync~, _usingSyncIterator_)).
6363
1. Let _k_ be 0.
6464
1. Repeat,
6565
1. If _k_ &ge; 2<sup>53</sup> - 1, then

0 commit comments

Comments
 (0)