diff --git a/spec.html b/spec.html
index 32bec2ea98..e8c575d5db 100644
--- a/spec.html
+++ b/spec.html
@@ -19962,7 +19962,7 @@
Static Semantics: Early Errors
-
+
Static Semantics: BoundNames
AsyncGeneratorDeclaration : `async` `function` `*` BindingIdentifier `(` FormalParameters `)` `{` AsyncGeneratorBody `}`
@@ -19978,7 +19978,7 @@ Static Semantics: BoundNames
-
+
Static Semantics: ComputedPropertyContains
With parameter _symbol_.
@@ -19988,7 +19988,7 @@ Static Semantics: ComputedPropertyContains
-
+
Static Semantics: Contains
With parameter _symbol_.
@@ -20007,7 +20007,7 @@ Static Semantics: Contains
-
+
Static Semantics: HasDirectSuper
AsyncGeneratorMethod : `async` `*` PropertyName `(` UniqueFormalParameters `)` `{` AsyncGeneratorBody `}`
@@ -20017,7 +20017,7 @@ Static Semantics: HasDirectSuper
-
+
Static Semantics: HasName
AsyncGeneratorExpression : `async` `function` `*` `(` FormalParameters `)` `{` AsyncGeneratorBody `}`
@@ -20030,7 +20030,7 @@ Static Semantics: HasName
-
+
Static Semantics: IsConstantDeclaration
@@ -20043,7 +20043,7 @@ Static Semantics: IsConstantDeclaration
-
+
Static Semantics: IsFunctionDefinition
AsyncGeneratorExpression : `async` `function` `*` BindingIdentifier? `(` FormalParameters `)` `{` AsyncGeneratorBody `}`
@@ -20052,7 +20052,7 @@ Static Semantics: IsFunctionDefinition
-
+
Static Semantics: PropName
AsyncGeneratorMethod : `async` `*` PropertyName `(` UniqueFormalParameters `)` `{` AsyncGeneratorBody `}`