diff --git a/spec.html b/spec.html index 3fcfe6d20f3..f4eff0145a3 100644 --- a/spec.html +++ b/spec.html @@ -34644,7 +34644,7 @@

Static Semantics: Early Errors

It is a Syntax Error if _NcapturingParens_ ≥ 232 - 1.
  • - It is an Syntax Error if |Pattern| contains a pair of |GroupSpecifier|s (_x_, _y_) whose enclosed RegExpIdentifierNames have the same CapturingGroupName and such that CanBothParticipate(_x_, _y_) is *true*. + It is a Syntax Error if |Pattern| contains a pair of |GroupSpecifier|s (_x_, _y_) whose enclosed RegExpIdentifierNames have the same CapturingGroupName and such that CanBothParticipate(_x_, _y_) is *true*.
  • QuantifierPrefix :: `{` DecimalDigits `,` DecimalDigits `}`