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 38c5834 commit a0f6f35Copy full SHA for a0f6f35
blog/2025-06-15-temporal-impl-1.md
@@ -291,8 +291,8 @@ 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
294
-it a property bag, give it another built-in; `from` will figure it out
295
-for you!
+it a property bag, give it an instance of another Temporal built-in;
+`from` will figure it out for you!
296
297
Simple, right?
298
0 commit comments