We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c9cd7 commit 4dcc46dCopy full SHA for 4dcc46d
blog/2025-06-15-temporal-impl-1.md
@@ -287,7 +287,7 @@ concerned with `no_std`.
287
## Partial API
288
289
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
+assume most people who have used Rust would be familiar with: `from`. But
291
this isn't Rust's friendly `From` trait. No, this `from` is a behemoth
292
method that takes a `JsValue` and automagically gives you back the
293
built-in that you'd like or throws. That's right! Give it a string, give
0 commit comments