Temporal: Fix front matter of Temporal/ZonedDateTime/p/round/order-of-operations.js

This commit is contained in:
Philip Chimento 2023-09-06 11:58:32 -07:00 committed by Philip Chimento
parent 6371be8338
commit e04e1c1a39
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-temporal.zoneddatetime.prototype.equals
description: Properties on objects passed to equals() are accessed in the correct order
esid: sec-temporal.zoneddatetime.prototype.round
description: Properties on objects passed to round() are accessed in the correct order
includes: [compareArray.js, temporalHelpers.js]
features: [Temporal]
---*/