Skip to content

Commit dbee951

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

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
@@ -91,8 +91,8 @@ object or string may need to be cloned. Furthermore, it's just not great
9191
for an API in a typed language like Rust.
9292

9393
To work around this, we routinely use `FromStr` and a `FiniteF64` custom
94-
primitive to handle casting and constraining, respectively, to adapt
95-
values for use with a typed API.
94+
primitive to handle casting and constraining, respectively, which
95+
glues dynamic types like `JsValue` with a typed API.
9696

9797
For instance, in Boa, we heavily lean into using the below patterns:
9898

0 commit comments

Comments
 (0)