This commit is contained in:
Frank Tang 2021-08-04 17:43:34 -07:00 committed by Rick Waldron
parent 8ebded4cfa
commit 750ec2b581
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 is "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 is "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 is "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 is "year"
info: |
1. Let calendar be the this value.
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).