Skip to content

Commit

Permalink
Editorial: Remove doubled spec step
Browse files Browse the repository at this point in the history
I believe this was a rebase error in #2485 which I didn't catch in review.
  • Loading branch information
ptomato committed May 2, 2023
1 parent e12a8a4 commit 71f7b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/plainyearmonth.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ <h1>
1. Let _date_ be _intermediateDate_.
1. Let _durationToAdd_ be ! CreateTemporalDuration(_duration_.[[Years]], _duration_.[[Months]], _duration_.[[Weeks]], _balanceResult_.[[Days]], 0, 0, 0, 0, 0, 0).
1. Let _optionsCopy_ be ? CopyOptions(_options_).
1. Let _addedDate_ be ? CalendarDateAdd(_calendar_, _date_, _durationToAdd_, _options_).
1. Let _addedDate_ be ? CalendarDateAdd(_calendar_, _date_, _durationToAdd_, _options_, _dateAdd_).
1. Let _addedDateFields_ be ? PrepareTemporalFields(_addedDate_, _fieldNames_, «»).
1. Return ? CalendarYearMonthFromFields(_calendar_, _addedDateFields_, _optionsCopy_).
Expand Down

0 comments on commit 71f7b74

Please sign in to comment.