Skip to content

Commit

Permalink
Editorial: Replace 'Increment by' with addition
Browse files Browse the repository at this point in the history
  • Loading branch information
anba authored and ben-allen committed Oct 16, 2023
1 parent 9c37c54 commit 5422873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ contributors: Ujjwal Sharma, Younies Mahmoud
1. Perform ! CreateDataPropertyOrThrow(_obj_, *"value"*, _part_.[[Value]]).
1. If _part_.[[Unit]] is not ~empty~, perform ! CreateDataPropertyOrThrow(_obj_, *"unit"*, _part_.[[Unit]]).
1. Perform ! CreateDataPropertyOrThrow(_result_, ! ToString(_n_), _obj_).
1. Increment _n_ by 1.
1. Set _n_ to _n_ + 1.
1. Return _result_.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 5422873

Please sign in to comment.