Skip to content

Commit

Permalink
Editorial: Accept suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Grant <justingrant@users.noreply.github.com>
  • Loading branch information
gibson042 and justingrant authored Feb 19, 2023
1 parent 52ae42a commit f5420b9
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 @@ -761,7 +761,7 @@ <h1>ISODateFromFields ( _fields_, _overflow_ )</h1>
<h1>ISOYearMonthFromFields ( _fields_, _overflow_ )</h1>
<p>
The ISOYearMonthFromFields abstract operation implements the calendar-specific logic in the `Temporal.Calendar.prototype.yearMonthFromFields` method for the ISO 8601 calendar.
It returns a Record with three fields ([[Year]], [[Month]], and [[ReferenceISODay]]). All are integers.
It returns a Record with three fields ([[Year]], [[Month]], and [[ReferenceISODay]]). [[Month]], and [[ReferenceISODay]] are positive integers, while [[Year]] is a signed integer.
</p>
<emu-alg>
1. Assert: Type(_fields_) is Object.
Expand Down

0 comments on commit f5420b9

Please sign in to comment.