Skip to content

Commit e59d4de

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

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
@@ -88,7 +88,7 @@ First, we need to talk about JavaScript values (`JsValue`) for a bit.
8888
This is functionally the core `any` value type of JavaScript. A
8989
`JsValue` could be a number represented as a 64 bit floating point, a
9090
string, a boolean, or an object. Not only is it an `any`, but `JsValue`
91-
is ultimately engine defined with various implementations existing
91+
is ultimately engine defined, with various implementations existing
9292
across engines.
9393

9494
While this is handy for a dynamically typed language like JavaScript, it

0 commit comments

Comments
 (0)