From 281a3c2d04e820953b6f7c3ec6a5618fa898107f Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sat, 14 Jun 2025 11:33:54 +0200 Subject: [PATCH] Editorial: Fix type assertion in BubbleRelativeDuration This operation can be called with a time unit as largestUnit. It should continue to work as advertised, the type assertion in the header was just wrong. Closes: #3121 --- spec/duration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/duration.html b/spec/duration.html index d2e9fe49c..da2c3255f 100644 --- a/spec/duration.html +++ b/spec/duration.html @@ -1748,7 +1748,7 @@

_isoDateTime_: an ISO Date-Time Record, _timeZone_: an available time zone identifier or ~unset~, _calendar_: a calendar type, - _largestUnit_: a date unit, + _largestUnit_: a Temporal unit, _smallestUnit_: a date unit, ): either a normal completion containing an Internal Duration Record or a throw completion