diff --git a/spec.html b/spec.html
index 857bc62c3e..074b04532d 100644
--- a/spec.html
+++ b/spec.html
@@ -19942,7 +19942,7 @@
Static Semantics: Early Errors
-
+
Static Semantics: BoundNames
AsyncGeneratorDeclaration : `async` `function` `*` BindingIdentifier `(` FormalParameters `)` `{` AsyncGeneratorBody `}`
@@ -19958,7 +19958,7 @@ Static Semantics: BoundNames
-
+
Static Semantics: ComputedPropertyContains
With parameter _symbol_.
@@ -19968,7 +19968,7 @@ Static Semantics: ComputedPropertyContains
-
+
Static Semantics: Contains
With parameter _symbol_.
@@ -19987,7 +19987,7 @@ Static Semantics: Contains
-
+
Static Semantics: HasDirectSuper
AsyncGeneratorMethod : `async` `*` PropertyName `(` UniqueFormalParameters `)` `{` AsyncGeneratorBody `}`
@@ -19997,7 +19997,7 @@ Static Semantics: HasDirectSuper
-
+
Static Semantics: HasName
AsyncGeneratorExpression : `async` `function` `*` `(` FormalParameters `)` `{` AsyncGeneratorBody `}`
@@ -20010,7 +20010,7 @@ Static Semantics: HasName
-
+
Static Semantics: IsConstantDeclaration
@@ -20023,7 +20023,7 @@ Static Semantics: IsConstantDeclaration
-
+
Static Semantics: IsFunctionDefinition
AsyncGeneratorExpression : `async` `function` `*` BindingIdentifier? `(` FormalParameters `)` `{` AsyncGeneratorBody `}`
@@ -20032,7 +20032,7 @@ Static Semantics: IsFunctionDefinition
-
+
Static Semantics: PropName
AsyncGeneratorMethod : `async` `*` PropertyName `(` UniqueFormalParameters `)` `{` AsyncGeneratorBody `}`