Skip to content

Commit

Permalink
sync #2162 and annotate return
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang committed Apr 29, 2022
1 parent eeff102 commit ce05e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/plainyearmonth.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,11 +657,11 @@ <h1>TemporalYearMonthToString ( _yearMonth_, _showCalendar_ )</h1>
<emu-clause id="sec-temporal-addtemporalplainyearmonth" aoid="AddTemporalPlainYearMonth">
<h1>
AddTemporalPlainYearMonth (
_sign_: an integer, 1 or -1,
_sign_: 1 or -1,
_yearMonth_: a Temporal.PlainYearMonth,
_temporalDurationLike_: an ECMAScript language value,
_options_: an Object or *undefined*,
)
): a Temporal.PlainYearMonth
</h1>
<emu-alg>
1. Let _duration_ be ? ToTemporalDurationRecord(_temporalDurationLike_).
Expand Down

0 comments on commit ce05e4f

Please sign in to comment.