Skip to content

Commit 907ae55

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

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
@@ -159,7 +159,7 @@ For instance, take the below constructor:
159159
const plainDate = new Temporal.PlainDate(2025, 6, 9);
160160
```
161161

162-
Can easily be conveyed in Rust as:
162+
This code can easily be translated to Rust as:
163163

164164
```rust
165165
use temporal_rs::PlainDate;

0 commit comments

Comments
 (0)