Replace %%%conversion_target%%% with PlainDate

This commit is contained in:
Aditi 2022-07-11 18:45:01 +05:30 committed by Ms2ger
parent 3ddfa0cd13
commit caaeb2bc90
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
esid: sec-temporal.calendar.prototype.dateuntil esid: sec-temporal.calendar.prototype.dateuntil
description: > description: >
RangeError thrown if an invalid ISO string (or syntactically valid ISO string RangeError thrown if an invalid ISO string (or syntactically valid ISO string
that is not supported) is used as a %%%conversion_target%%% that is not supported) is used as a PlainDate
features: [Temporal, arrow-function] features: [Temporal, arrow-function]
---*/ ---*/

View File

@ -5,7 +5,7 @@
esid: sec-temporal.plaindate.compare esid: sec-temporal.plaindate.compare
description: > description: >
RangeError thrown if an invalid ISO string (or syntactically valid ISO string RangeError thrown if an invalid ISO string (or syntactically valid ISO string
that is not supported) is used as a %%%conversion_target%%% that is not supported) is used as a PlainDate
features: [Temporal, arrow-function] features: [Temporal, arrow-function]
---*/ ---*/