Skip to content

Commit 94d1daf

Browse files
nekevssHalidOdat
andauthored
Update blog/temporal-introduction.md
Co-authored-by: Haled Odat <[email protected]>
1 parent cb09862 commit 94d1daf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

blog/temporal-introduction.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ zone aware manner that includes nine objects with over 200+ methods.
2222
In JavaScript, Temporal is a global builtin namespace object that
2323
includes each of these nine builtins:
2424

25-
- Temporal.Now
26-
- Temporal.PlainDate
27-
- Temporal.PlainTime
28-
- Temporal.PlainDateTime
29-
- Temporal.ZonedDateTime
30-
- Temporal.Duration
31-
- Temporal.Instant
32-
- Temporal.PlainYearMonth
33-
- Temporal.PlainMonthDay
25+
- `Temporal.Now`
26+
- `Temporal.PlainDate`
27+
- `Temporal.PlainTime`
28+
- `Temporal.PlainDateTime`
29+
- `Temporal.ZonedDateTime`
30+
- `Temporal.Duration`
31+
- `Temporal.Instant`
32+
- `Temporal.PlainYearMonth`
33+
- `Temporal.PlainMonthDay`
3434

3535
But to be honest, this post isn't meant to give an overview of Temporal
3636
and its general API. If Temporal is news to you and you are interested

0 commit comments

Comments
 (0)