Skip to content

Commit

Permalink
Editorial: Fix omitted parameter in PrepareCalendarFieldsAndFieldNames
Browse files Browse the repository at this point in the history
Thanks to Anba for spotting this. Overlooked in #2823. No need to change
reference code or tests; the reference code already has this.

Closes: #2831
  • Loading branch information
ptomato authored and Ms2ger committed May 3, 2024
1 parent 9aa2899 commit 9460dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/abstractops.html
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ <h1>
1. Let _iteratorRecord_ be ? GetIterator(_calendarFieldsArray_, ~sync~).
1. Let _fieldNames_ be ? IteratorToListOfType(_iteratorRecord_, « String »).
1. If _nonCalendarFieldNames_ is present, set _fieldNames_ to the list-concatenation of _fieldNames_ and _nonCalendarFieldNames_.
1. Let _fields_ be ? PrepareTemporalFields(_fields_, _fieldNames_, «»).
1. Let _fields_ be ? PrepareTemporalFields(_fields_, _fieldNames_, _requiredFieldNames_).
1. Return the Record { [[Fields]]: _fields_, [[FieldNames]]: _fieldNames_ }.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 9460dd8

Please sign in to comment.