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 dbee951 commit 2e2dbbdCopy full SHA for 2e2dbbd
blog/2025-06-15-temporal-impl-1.md
@@ -82,7 +82,7 @@ specification.
82
Let's briefly talk about JavaScript values (`JsValue`). This is
83
functionally the core `any` value type of JavaScript. A `JsValue` could
84
be a number represented as a 64 bit floating point, a string, a boolean,
85
-or an object. Not only is it an any, but `JsValue` is ultimately engine
+or an object. Not only is it an `any`, but `JsValue` is ultimately engine
86
defined with various implementations existing across engines.
87
88
While this is handy for a dynamically typed language like JavaScript, it
0 commit comments