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 57721b2 commit e59d4deCopy full SHA for e59d4de
blog/2025-06-15-temporal-impl-1.md
@@ -88,7 +88,7 @@ First, we need to talk about JavaScript values (`JsValue`) for a bit.
88
This is functionally the core `any` value type of JavaScript. A
89
`JsValue` could be a number represented as a 64 bit floating point, a
90
string, a boolean, or an object. Not only is it an `any`, but `JsValue`
91
-is ultimately engine defined with various implementations existing
+is ultimately engine defined, with various implementations existing
92
across engines.
93
94
While this is handy for a dynamically typed language like JavaScript, it
0 commit comments