Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and devsnek committed Nov 7, 2019
1 parent 00109bd commit 1c9af65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Expand Up @@ -614,7 +614,7 @@ <h1>%AsyncIterator.prototype%.flatMap ( _mapper_ )</h1>
1. Let _innerAlive_ be *true*.
1. Repeat, while _innerAlive_ is *true*,
1. Let _innerNext_ be ? Await(? IteratorNext(_innerIterator_)).
1. If ? IteratorComplete(_nextNext_) is *true*, set _innerAlive_ to *false*.
1. If ? IteratorComplete(_innerNext_) is *true*, set _innerAlive_ to *false*.
1. Else,
1. Let _innerValue_ be ? IteratorValue(_innerNext_).
1. Perform ? Yield(_innerValue_).
Expand Down

0 comments on commit 1c9af65

Please sign in to comment.