Skip to content

Commit 2e2dbbd

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

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
@@ -82,7 +82,7 @@ specification.
8282
Let's briefly talk about JavaScript values (`JsValue`). This is
8383
functionally the core `any` value type of JavaScript. A `JsValue` could
8484
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
85+
or an object. Not only is it an `any`, but `JsValue` is ultimately engine
8686
defined with various implementations existing across engines.
8787

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

0 commit comments

Comments
 (0)