Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tc39/ecma262
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6c43916ea66391b1c2cae3539037e45491c9bbdc
Choose a base ref
..
head repository: tc39/ecma262
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec63b151a19185a514877ad4282257097c122102
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 spec.html
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
@@ -29588,7 +29588,7 @@ <h1>Alternative</h1>
<emu-alg>
1. Evaluate |Alternative| with argument _direction_ to obtain a Matcher _m1_.
1. Evaluate |Term| with argument _direction_ to obtain a Matcher _m2_.
1. If _direction_ is equal to +1, then,
1. If _direction_ is equal to +1, then
1. Return an internal Matcher closure that takes two arguments, a State _x_ and a Continuation _c_, and performs the following steps when evaluated:
1. Let _d_ be a Continuation that takes a State argument _y_ and returns the result of calling _m2_(_y_, _c_).
1. Call _m1_(_x_, _d_) and return its result.