Skip to content

Commit 844d653

Browse files
nekevssjedel1043
andauthored
Update 2025-06-15-temporal-impl-1.md
Co-authored-by: José Julián Espina <[email protected]>
1 parent 00081e2 commit 844d653

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
@@ -166,7 +166,7 @@ use temporal_rs::PlainDate;
166166
let plain_date = PlainDate::try_new(2025, 6, 9, Calendar::default())?;
167167
```
168168

169-
We actually learn some interesting things immediately about the
169+
Furthermore, we actually learn some interesting things about the
170170
JavaScript API from looking at the `temporal_rs` API:
171171

172172
1. `Temporal.PlainDate` constructor can throw.

0 commit comments

Comments
 (0)