Skip to content

Commit a0f6f35

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

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
@@ -291,8 +291,8 @@ 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
294-
it a property bag, give it another built-in; `from` will figure it out
295-
for you!
294+
it a property bag, give it an instance of another Temporal built-in;
295+
`from` will figure it out for you!
296296

297297
Simple, right?
298298

0 commit comments

Comments
 (0)