Skip to content

Commit 15ffd2c

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

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
@@ -47,10 +47,10 @@ documentation][mdn-temporal].
4747

4848
## Back on track
4949

50-
Being a JavaScript engine / interpreter, implementing the ECMAScript
51-
specification is our raison d'être. One of our primary goals is to
52-
implement the specification to high degree of conformance. This is even
53-
more so important because Temporal represents roughly 7-8% of the
50+
Being Boa a JavaScript engine / interpreter, developing a correct
51+
implementation of the ECMAScript specification is our raison d'être.
52+
This, in consequence, makes implementing Temporal one of our most
53+
important goals, since it represents roughly 7-8% of the
5454
current conformance test suite (~4000 of the ~50,000 tests).
5555

5656
When the PR of the first prototype of Temporal for Boa was submitted a

0 commit comments

Comments
 (0)