Skip to content

Commit fcf6cc4

Browse files
committed
Reword first paragraph
1 parent 3504027 commit fcf6cc4

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
@@ -12,10 +12,10 @@ description:
1212
authors: boa-dev
1313
---
1414

15-
Writing a JavaScript engine in Rust can seem like pretty daunting task
16-
to some. To provide some insight into how we implement JavaScript
17-
features, we will be going over implementing a JavaScript feature in
18-
Rust.
15+
Developing a JavaScript engine in Rust can seem like pretty daunting
16+
task to some. In order to demystify working on a feature and to go over
17+
what we've been working on implementing in Boa recently, we thought we'd
18+
write a post about implementing a JavaScript feature in Rust.
1919

2020
More specifically, this will be the first in a series of posts primarily
2121
about implementing the new date/time built-in: Temporal. We'll be going

0 commit comments

Comments
 (0)