Skip to content

Commit 195d529

Browse files
committed
Reword Boa Now codeblock intro
1 parent 5191a1b commit 195d529

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/2025-06-15-temporal-impl-1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ pub struct Now {
281281

282282
Once we've constructed `Now`, then we are off to the races!
283283

284-
In Boa, implementing `Now` is as easy the below implementation for
285-
`Temporal.Now.plainDateISO()`:
284+
To show the `NowBuilder` in action, in Boa, the implementation for
285+
`Temporal.Now.plainDateISO()` with the builder API is the below:
286286

287287
```rust
288288
impl Now {
@@ -455,8 +455,8 @@ A FFI version of temporal is also available for C and C++ via
455455
change that may be made upstream in the ECMAScript or ECMA402
456456
specification will also be reflected in `temporal_rs`.
457457

458-
There are also a few outstanding issues with changes that may
459-
be reflected in the API.
458+
There are also a few outstanding issues with changes that may be
459+
reflected in the API.
460460

461461
1. Duration's inner repr and related constructors.
462462
2. `ZonedDateTime.prototype.getTimeZoneTransition` implementation

0 commit comments

Comments
 (0)