Skip to content

Commit 38c5834

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ engine implementation, and accessing a system clock and system time zone
237237
is sometimes difficult for engines that support targets like embedded systems.
238238
Thus, this functionality must be delegated to the engine or runtime ... somehow.
239239

240-
So how did we end up implementing Now if we have no access to the system
241-
clock or time zone? Well, a builder pattern of course!
240+
How did we end up implementing `Now` if we have no access to the system
241+
clock or time zone? Well ... a builder pattern of course!
242242

243243
```rust
244244
#[derive(Default)]

0 commit comments

Comments
 (0)