Skip to content

Commit

Permalink
spec: fix Call calls by closing raquo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzokuken committed Feb 26, 2021
1 parent be07402 commit 406644d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/duration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1313,9 +1313,9 @@ <h1>RoundDuration ( _years_, _months_, _weeks_, _days_, _hours_, _minutes_, _sec
1. Set _months_, _weeks_, and _days_ to 0.
1. Else if _unit_ is *"months"*, then
1. Let _yearsMonths_ be ? CreateTemporalDuration(_years_, _months_, 0, 0, 0, 0, 0, 0, 0, 0).
1. Let _yearsMonthsLater_ be ? Call(_dateAdd_, _calendar_, « _relativeTo_, _yearsMonths_, _options_, %Temporal.PlainDate%).
1. Let _yearsMonthsLater_ be ? Call(_dateAdd_, _calendar_, « _relativeTo_, _yearsMonths_, _options_, %Temporal.PlainDate% »).
1. Let _yearsMonthsWeeks_ be ? CreateTemporalDuration(_years_, _months_, _weeks_, 0, 0, 0, 0, 0, 0, 0).
1. Let _yearsMonthsWeeksLater_ be ? Call(_dateAdd_, _calendar_, « _relativeTo_, _yearsMonthsWeeks_, _options_, %Temporal.PlainDate%).
1. Let _yearsMonthsWeeksLater_ be ? Call(_dateAdd_, _calendar_, « _relativeTo_, _yearsMonthsWeeks_, _options_, %Temporal.PlainDate% »).
1. Let _weeksInDays_ be ? DaysUntil(_yearsMonthsLater_, _yearsMonthsWeeksLater_).
1. Set _relativeTo_ to _yearsMonthsLater_.
1. Let _days_ be _days_ + _weeksInDays_.
Expand Down

0 comments on commit 406644d

Please sign in to comment.