Skip to content

Commit 28f6e3e

Browse files
authored
Fix typo in README
1 parent 11533f1 commit 28f6e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A `ZonedTime` is a timezone-aware time object that represents a time of day in a
1515
It serializes to a normalized format which is simple to parse:
1616

1717
```js
18-
Temporal.ZonedDateTime.from('19:53[Europe/Berlin]').toString()
18+
Temporal.ZonedTime.from('19:53[Europe/Berlin]').toString()
1919
// => 19:53+01:00[Europe/Berlin]
2020
```
2121

0 commit comments

Comments
 (0)