Skip to content

Commit

Permalink
Rename Temporal timeZoneID -> timeZoneId, typo (#25715)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Jan 21, 2025
1 parent 784fedc commit 3548b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions javascript/builtins/Temporal/Instant.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
},
"epochMilliseconds": {
"__compat": {
"spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds",
"spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds",
"tags": [
"web-features:temporal"
],
Expand Down Expand Up @@ -264,7 +264,7 @@
},
"epochNanoseconds": {
"__compat": {
"spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds",
"spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochnanoseconds",
"tags": [
"web-features:temporal"
],
Expand Down
2 changes: 1 addition & 1 deletion javascript/builtins/Temporal/Now.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
}
}
},
"timeZoneID": {
"timeZoneId": {
"__compat": {
"spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.timezoneid",
"tags": [
Expand Down

0 comments on commit 3548b4a

Please sign in to comment.