Skip to content

Commit 96be8ec

Browse files
alex-blairfhemberger
authored andcommitted
fix typos, update naive to native in es6 docs (#1198)
1 parent 97f3485 commit 96be8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/docs/es6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ node --v8-options | grep "in progress"
2828

2929
## What about the performance of a particular feature?
3030

31-
The V8 team is constantly working to improve the performance of new language features to eventually reach parity with their transpiled or naive counterparts in EcmaScript 5 and earlier. The current progress there is tracked on the website [six-speed](https://fhinkel.github.io/six-speed), which shows the performance of ES2015 and ESNext features compared to their naive ES5 counterparts.
31+
The V8 team is constantly working to improve the performance of new language features to eventually reach parity with their transpiled or native counterparts in EcmaScript 5 and earlier. The current progress there is tracked on the website [six-speed](https://fhinkel.github.io/six-speed), which shows the performance of ES2015 and ESNext features compared to their native ES5 counterparts.
3232

3333
The work on optimizing features introduced with ES2015 and beyond is coordinated via a [performance plan](https://docs.google.com/document/d/1EA9EbfnydAmmU_lM8R_uEMQ-U_v4l9zulePSBkeYWmY), where the V8 team gathers and coordinates areas that need improvement, and design documents to tackle those problems.
3434

0 commit comments

Comments
 (0)