From f7b8c791fcb00ac075beecf612e134e670f1a9f4 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Mon, 12 Aug 2019 20:37:55 -0400 Subject: [PATCH] Editorial: Fix mistake in para in Annex A (#1868) We're talking about AsyncArrowFunction : CoverCallExpressionAndAsyncArrowHead so change CoverParenthesizedExpressionAndArrowParameterList to CoverCallExpressionAndAsyncArrowHead --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 6259e07e053..2b22098e6a9 100644 --- a/spec.html +++ b/spec.html @@ -41837,7 +41837,7 @@

Functions and Classes

-

When the production is recognized the following grammar is used to refine the interpretation of |CoverParenthesizedExpressionAndArrowParameterList|:

+

When the production is recognized the following grammar is used to refine the interpretation of |CoverCallExpressionAndAsyncArrowHead|: