From 78a10fe88102510cf774d432333e09f9d0f15774 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Thu, 5 Dec 2024 15:36:19 -0800 Subject: [PATCH] Editorial: Correct return type of GetDateTimeFormat Some of the DateTimeFormat internal slots may contain null instead of a DateTime Format Record, if no relevant fields were given. That needs to be reflected in the return type of this operation. --- spec/intl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/intl.html b/spec/intl.html index 13ded2a18..bb6e2dc4a 100644 --- a/spec/intl.html +++ b/spec/intl.html @@ -820,7 +820,7 @@

_required_: ~date~, ~time~, ~year-month~, ~month-day~, or ~any~, _defaults_: ~date~, ~time~, ~year-month~, ~month-day~, ~zoned-date-time~, or ~all~, _inherit_: ~all~ or ~relevant~, - ): a DateTime Format Record + ): a DateTime Format Record or *null*