Remove incorrect lines

This commit is contained in:
Frank Tang 2021-07-19 14:30:08 -07:00 committed by Rick Waldron
parent ee94a2ce7f
commit bb4729126c
3 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@
esid: sec-temporal.calendar.prototype.daysinmonth
description: Temporal.Calendar.prototype.daysInMonth will take Temporal.PlainDateTime object
and return the number of days in that month.
and return Array of the same content.
info: |
1. Let calendar be the this value.
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).

View File

@ -5,7 +5,6 @@
esid: sec-temporal.calendar.prototype.daysinmonth
description: Temporal.Calendar.prototype.daysInMonth will take Temporal.PlainDate object
and return the number of days in that month.
and return Array of the same content.
info: |
1. Let calendar be the this value.
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).

View File

@ -5,7 +5,6 @@
esid: sec-temporal.calendar.prototype.daysinmonth
description: Temporal.Calendar.prototype.daysInMonth will take ISO8601 string
and return the number of days in that month.
and return Array of the same content.
info: |
1. Let calendar be the this value.
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).