Skip to content

Commit

Permalink
Editorial: Fix mistake in para in Annex A (tc39#1868)
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 authored and ljharb committed Feb 21, 2020
1 parent 8f38443 commit f7b8c79
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 @@ -41837,7 +41837,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 f7b8c79

Please sign in to comment.