mirror of https://github.com/tc39/test262.git
Fix some copy-paste errors
This commit is contained in:
parent
5e9da36a2f
commit
e3395bb1e4
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.timezone.prototype.getnexttransition
|
||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances
|
||||
description: Conversion of ISO date-time strings to Temporal.Instant instances
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.timezone.prototype.getoffsetstringfor
|
||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances
|
||||
description: Conversion of ISO date-time strings to Temporal.Instant instances
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.timezone.prototype.getprevioustransition
|
||||
description: Conversion of ISO date-time strings to Temporal.TimeZone instances
|
||||
description: Conversion of ISO date-time strings to Temporal.Instant instances
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue