Fix esids

This commit is contained in:
Philip Chimento 2022-10-21 13:58:00 -07:00 committed by Philip Chimento
parent 60e41ed3cb
commit 10ac2ad03e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-temporal.calendar.prototype.id
esid: sec-get-temporal.calendar.prototype.id
description: Throw a TypeError if the receiver is invalid
features: [Symbol, Temporal]
---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-temporal.timezone.prototype.id
esid: sec-get-temporal.timezone.prototype.id
description: Throw a TypeError if the receiver is invalid
features: [Symbol, Temporal]
---*/