Skip to content

Commit

Permalink
CanBothParticipate -> MightBothParticipate
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Nov 3, 2024
1 parent 2c813b7 commit 41ee524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -35986,7 +35986,7 @@ <h1>Static Semantics: Early Errors</h1>
It is a Syntax Error if CountLeftCapturingParensWithin(|Pattern|) ≥ 2<sup>32</sup> - 1.
</li>
<li>
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s _x_ and _y_ such that the CapturingGroupName of _x_ is the CapturingGroupName of _y_ and such that CanBothParticipate(_x_, _y_) is *true*.
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s _x_ and _y_ such that the CapturingGroupName of _x_ is the CapturingGroupName of _y_ and such that MightBothParticipate(_x_, _y_) is *true*.
</li>
</ul>
<emu-grammar>QuantifierPrefix :: `{` DecimalDigits `,` DecimalDigits `}`</emu-grammar>
Expand Down Expand Up @@ -36132,9 +36132,9 @@ <h1>
</emu-alg>
</emu-clause>

<emu-clause id="sec-canbothparticipate" type="abstract operation">
<emu-clause id="sec-mightbothparticipate" type="abstract operation">
<h1>
Static Semantics: CanBothParticipate (
Static Semantics: MightBothParticipate (
_x_: a Parse Node,
_y_: a Parse Node,
): a Boolean
Expand Down

0 comments on commit 41ee524

Please sign in to comment.