Skip to content

Commit

Permalink
Editorial: Fix rendering of 'subtract' in structured header
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed May 6, 2022
1 parent d5a1b00 commit 9c99bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/plainyearmonth.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ <h1>TemporalYearMonthToString ( _yearMonth_, _showCalendar_ )</h1>
<emu-clause id="sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth" type="abstract operation">
<h1>
AddDurationToOrSubtractDurationFromPlainYearMonth (
_operation_: ~add~ or ~subtract_,
_operation_: ~add~ or ~subtract~,
_yearMonth_: a Temporal.PlainYearMonth,
_temporalDurationLike_: an ECMAScript language value,
_options_: an ECMAScript language value,
Expand Down

0 comments on commit 9c99bf8

Please sign in to comment.