Skip to content

Commit

Permalink
Markup: Fix handle for clause AsyncFromSyncIteratorContinuation
Browse files Browse the repository at this point in the history
Make the clause adhere to the naming policy as stated
in this review comment [1].

[1] #1248 (comment)
  • Loading branch information
MayaLekova committed Aug 23, 2018
1 parent 6e08858 commit 05a63be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -36587,7 +36587,7 @@ <h1>Properties of Async-from-Sync Iterator Instances</h1>
</emu-table>
</emu-clause>

<emu-clause id="sec-async-from-sync-iterator-continuation" aoid="AsyncFromSyncIteratorContinuation">
<emu-clause id="sec-asyncfromsynciteratorcontinuation" aoid="AsyncFromSyncIteratorContinuation">
<h1>AsyncFromSyncIteratorContinuation ( _result_, _promiseCapability_ )</h1>

<emu-alg>
Expand Down

0 comments on commit 05a63be

Please sign in to comment.