Skip to content

Commit 4cde4d1

Browse files
nekevssjedel1043
andauthored
Update blog/2025-06-15-temporal-impl-1.md
Co-authored-by: José Julián Espina <[email protected]>
1 parent 4dcc46d commit 4cde4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-06-15-temporal-impl-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ let plain_date = PlainDate::try_new(2025, 6, 9, Calendar::default())?;
169169
Furthermore, we actually learn some interesting things about the
170170
JavaScript API from looking at the `temporal_rs` API:
171171

172-
1. `Temporal.PlainDate` constructor can throw.
172+
1. The `Temporal.PlainDate` constructor can throw.
173173
2. When the calendar is omitted, the default calendar is used (this will
174174
default to the `iso8601` calendar)
175175

0 commit comments

Comments
 (0)