From 2e0006f9a132558c3123643baccd302dda8bd0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 7 Aug 2020 22:03:45 -0400 Subject: [PATCH] fix: parameter notation in FieldDefinition --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 5476d3d..4567d23 100644 --- a/spec.html +++ b/spec.html @@ -106,7 +106,7 @@

New Syntactic Grammar Productions

FieldDefinition[Yield, Await] : - ClassElementName[?Yield, ?Await] Initializer[In, ~Yield, ~Await]? + ClassElementName[?Yield, ?Await] Initializer[+In, ~Yield, ~Await]? ClassElementName[Yield, Await] : PropertyName[?Yield, ?Await]