Skip to content

Commit

Permalink
Editorial: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Jan 14, 2025
1 parent c79b9ce commit 3fdb7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1>Calendar Date Records</h1>
<emu-clause id="sec-temporal-calendar-fields-records">
<h1>Calendar Fields Records</h1>
<p>
An <dfn variants="Calendar Fields Records">Calendar Fields Record</dfn> is a Record value used to represent full or partial input for a calendar date in a non-ISO 8601 calendar.
A <dfn variants="Calendar Fields Records">Calendar Fields Record</dfn> 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.
</p>
<p>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.</p>
Expand Down

0 comments on commit 3fdb7d0

Please sign in to comment.