Skip to content

Commit 6c5daea

Browse files
committed
small change to wording
1 parent 567e3e4 commit 6c5daea

File tree

1 file changed

+4
-4
lines changed
  • blog/2025-09-23-temporal-release

1 file changed

+4
-4
lines changed

blog/2025-09-23-temporal-release/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,10 @@ implementation.
360360
Third, with adoption from multiple engines, `temporal_rs` benefits via
361361
external test coverage beyond the native Rust unit tests. For instance,
362362
looking at the engines that offer conformance numbers (Boa, Kiesel, and
363-
V8), every Temporal implementation is currently north of 95% conformance
364-
with V8 reaching the highest at around 99% conformance. There is still a
365-
small disparity in conformance, but this can be explained by the absence
366-
of some related features, i.e. Boa still hasn't completed its
363+
V8), each implementation is currently north of 95% conformance with V8
364+
reaching the highest at around 99% conformance. There is still a small
365+
disparity in conformance, but this can be explained by the absence of
366+
some related features, i.e. Boa still hasn't completed its
367367
`Intl.DateTimeFormat` implementation yet so it fails all ECMA402
368368
`toLocaleString` tests. Nonetheless, we can still be fairly confident in
369369
the general correctness of `temporal_rs`, and any potential bugs will

0 commit comments

Comments
 (0)