Skip to content

Commit a63381b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/temporal-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ let plain_date = PlainDate::try_new(2025, 6, 9, Calendar::default())?;
160160
We actually learn some interesting things immediately about the
161161
JavaScript API from looking at the `temporal_rs` API:
162162

163-
1. Temporal.PlainDate constructor can throw.
163+
1. `Temporal.PlainDate` constructor can throw.
164164
2. When the calendar is omitted, the default calendar is used (this will
165165
default to the `iso8601` calendar)
166166

0 commit comments

Comments
 (0)