From 07841e43b5c9cf4bb123331b90a952981581263c Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Mon, 13 Jan 2025 19:59:15 -0500 Subject: [PATCH] Editorial: Fix typo --- spec/calendar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/calendar.html b/spec/calendar.html index 4c9454d05..7acd3dd5a 100644 --- a/spec/calendar.html +++ b/spec/calendar.html @@ -184,7 +184,7 @@

Calendar Date Records

Calendar Fields Records

- An Calendar Fields Record is a Record value used to represent full or partial input for a calendar date in a non-ISO 8601 calendar. + A Calendar Fields Record is a Record value used to represent full or partial input for a calendar date in a non-ISO 8601 calendar. Calendar Fields Records are produced by several abstract operations, such as ISODateToFields and PrepareCalendarFields, and are passed to abstract operations such as CalendarDateFromFields.

Many of the fields in a Calendar Fields Record have the same meaning as the fields of the same name in Calendar Date Records, but each field in a Calendar Fields Record may additionally be ~unset~ to indicate partial input.