Skip to content

Commit 4660843

Browse files
Update index.md (#211)
spelling updates
1 parent f739adc commit 4660843

File tree

1 file changed

+3
-3
lines changed
  • blog/2025-09-24-temporal-release

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ implementations (more on that later) and is [estimated](https://chromestatus.com
2525
### Why v0.1? Why not v1.0?
2626

2727
Right now the [Temporal proposal](https://github.com/tc39/proposal-temporal) is at Stage 3 (4 being the final stage) in the standards process. Although unlikely,
28-
we want to remain on a minor version to catch any changes which come in (mosty bug fixes) before the proposal reaches stage 4
28+
we want to remain on a minor version to catch any changes which come in (mostly bug fixes) before the proposal reaches stage 4
2929
and thus complete. We expect that to happen in Q1 2026.
3030

3131
Fear not! temporal_rs passes over 4000 specification tests, is stable and ready to use.
@@ -51,7 +51,7 @@ culminated in an absolutely massive PR,
5151

5252
The PR itself stubbed out a lot of the methods, implemented some
5353
Duration and Instant functionality, and started the support for custom
54-
calendars. There were, however, 2 major take aways from this PR:
54+
calendars. There were, however, 2 major takeaways from this PR:
5555
- Temporal is a massive specification update, it's the single biggest addition to ECMAScript since ES6.
5656
- There is a lot of room to potentially optimize Temporal if we do not deal with
5757
`JsValue` directly.
@@ -90,7 +90,7 @@ let date = Date::new_with_overflow(
9090

9191
Luckily, custom calendars and time zones were removed from the
9292
specification in the first half of 2024, so `temporal_rs` was able to
93-
remove that support, which greatly benefitted the entire API. For
93+
remove that support, which greatly benefited the entire API. For
9494
instance, here's the same code in the 0.1 version of `temporal_rs`:
9595

9696
```rust

0 commit comments

Comments
 (0)