diff --git a/spec.html b/spec.html
index bdcd4a4076..16f6376797 100644
--- a/spec.html
+++ b/spec.html
@@ -46979,7 +46979,7 @@
Syntax
`\` AtomEscape[~UnicodeMode, ?N]
`\` [lookahead == `c`]
CharacterClass[~UnicodeMode]
- `(` Disjunction[~UnicodeMode, ?N] `)`
+ `(` GroupSpecifier[~UnicodeMode] Disjunction[~UnicodeMode, ?N] `)`
`(` `?` `:` Disjunction[~UnicodeMode, ?N] `)`
InvalidBracedQuantifier
ExtendedPatternCharacter
@@ -47069,7 +47069,7 @@ Static Semantics: Early Errors
Static Semantics: CountLeftCapturingParensWithin and CountLeftCapturingParensBefore
- In the definitions of CountLeftCapturingParensWithin and CountLeftCapturingParensBefore, references to “Atom :: `(` GroupSpecifier Disjunction `)` ” are to be interpreted as meaning “Atom :: `(` GroupSpecifier Disjunction `)` ” or “ExtendedAtom :: `(` Disjunction `)` ”.
+ In the definitions of CountLeftCapturingParensWithin and CountLeftCapturingParensBefore, references to “Atom :: `(` GroupSpecifier Disjunction `)` ” are to be interpreted as meaning “Atom :: `(` GroupSpecifier Disjunction `)` ” or “ExtendedAtom :: `(` GroupSpecifier Disjunction `)` ”.