From 9c99bf8edf5b4ad000f6691f70ff450a586dd807 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 6 May 2022 13:56:01 +0200 Subject: [PATCH] Editorial: Fix rendering of 'subtract' in structured header --- spec/plainyearmonth.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/plainyearmonth.html b/spec/plainyearmonth.html index 0778277f69..c4ab796787 100644 --- a/spec/plainyearmonth.html +++ b/spec/plainyearmonth.html @@ -657,7 +657,7 @@

TemporalYearMonthToString ( _yearMonth_, _showCalendar_ )

AddDurationToOrSubtractDurationFromPlainYearMonth ( - _operation_: ~add~ or ~subtract_, + _operation_: ~add~ or ~subtract~, _yearMonth_: a Temporal.PlainYearMonth, _temporalDurationLike_: an ECMAScript language value, _options_: an ECMAScript language value,