We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d588e05 commit 03efe8aCopy full SHA for 03efe8a
spec/plainyearmonth.html
@@ -187,7 +187,7 @@ <h1>get Temporal.PlainYearMonth.prototype.daysInYear</h1>
187
<emu-alg>
188
1. Let _yearMonth_ be the *this* value.
189
1. Perform ? RequireInternalSlot(_yearMonth_, [[InitializedTemporalYearMonth]]).
190
- 1. Return 𝔽(CalendarISOToDate(_yearMonth_.[[Calendar]], _yearMonth_.[[ISODate]]).[[Day]]).
+ 1. Return 𝔽(CalendarISOToDate(_yearMonth_.[[Calendar]], _yearMonth_.[[ISODate]]).[[DaysInYear]]).
191
</emu-alg>
192
</emu-clause>
193
0 commit comments