Skip to content

Commit 4dcc46d

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

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
@@ -287,7 +287,7 @@ concerned with `no_std`.
287287
## Partial API
288288

289289
There's an interesting method on each of the Temporal built-ins that I'd
290-
assume most people who have used Rust would be familiar with `from`. But
290+
assume most people who have used Rust would be familiar with: `from`. But
291291
this isn't Rust's friendly `From` trait. No, this `from` is a behemoth
292292
method that takes a `JsValue` and automagically gives you back the
293293
built-in that you'd like or throws. That's right! Give it a string, give

0 commit comments

Comments
 (0)