This commit is contained in:
Frank Tang 2021-07-20 01:18:23 -07:00 committed by Rick Waldron
parent 721245be53
commit b58e01afca
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
/*---
esid: sec-temporal.calendar.prototype.dateuntil
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "day"
description: Temporal.Calendar.prototype.dateUntil with largestUnit === "day"
info: |
1. Let calendar be the this value.
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).

View File

@ -3,7 +3,7 @@
/*---
esid: sec-temporal.calendar.prototype.dateuntil
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "month"
description: Temporal.Calendar.prototype.dateUntil with largestUnit === "month"
info: |
1. Let calendar be the this value.
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).

View File

@ -3,7 +3,7 @@
/*---
esid: sec-temporal.calendar.prototype.dateuntil
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "week"
description: Temporal.Calendar.prototype.dateUntil with largestUnit === "week"
info: |
1. Let calendar be the this value.
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).

View File

@ -3,7 +3,7 @@
/*---
esid: sec-temporal.calendar.prototype.dateuntil
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "year"
description: Temporal.Calendar.prototype.dateUntil with largestUnit === "year"
info: |
1. Let calendar be the this value.
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).