Skip to content

Commit

Permalink
Editorial: In CharacterSetMatcher, the Matcher must capture _A_ (tc…
Browse files Browse the repository at this point in the history
…39#3102, tc39#3113)

... to be able to refer to it at step 2.l
  • Loading branch information
jmdyck authored and ljharb committed Jul 4, 2023
1 parent adfbe9f commit b643e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -36482,7 +36482,7 @@ <h1>
1. If _rer_.[[UnicodeSets]] is *true*, then
1. Assert: _invert_ is *false*.
1. Assert: Every element of _A_ consists of a single character.
1. Return a new Matcher with parameters (_x_, _c_) that captures _rer_, _invert_, and _direction_ and performs the following steps when called:
1. Return a new Matcher with parameters (_x_, _c_) that captures _rer_, _A_, _invert_, and _direction_ and performs the following steps when called:
1. Assert: _x_ is a MatchState.
1. Assert: _c_ is a MatcherContinuation.
1. Let _Input_ be _x_'s _input_.
Expand Down

0 comments on commit b643e1d

Please sign in to comment.