Skip to content

Commit

Permalink
Editorial: Fix mistake in para in Annex A
Browse files Browse the repository at this point in the history
We're talking about
    AsyncArrowFunction : CoverCallExpressionAndAsyncArrowHead
so change
    CoverParenthesizedExpressionAndArrowParameterList
to
    CoverCallExpressionAndAsyncArrowHead
  • Loading branch information
jmdyck committed Feb 14, 2020
1 parent b5c2180 commit 698003b
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 @@ -41754,7 +41754,7 @@ <h1>Functions and Classes</h1>
<emu-prodref name="AsyncConciseBody"></emu-prodref>
<emu-prodref name="AsyncArrowBindingIdentifier"></emu-prodref>
<emu-prodref name="CoverCallExpressionAndAsyncArrowHead"></emu-prodref>
<p>When the production <emu-prodref name="AsyncArrowFunction" a="callcover"></emu-prodref> is recognized the following grammar is used to refine the interpretation of |CoverParenthesizedExpressionAndArrowParameterList|:</p>
<p>When the production <emu-prodref name="AsyncArrowFunction" a="callcover"></emu-prodref> is recognized the following grammar is used to refine the interpretation of |CoverCallExpressionAndAsyncArrowHead|:</p>
<emu-prodref name="AsyncArrowHead"></emu-prodref>
<p>&nbsp;</p>
<emu-prodref name="MethodDefinition"></emu-prodref>
Expand Down

0 comments on commit 698003b

Please sign in to comment.