File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ const FeatureList: FeatureItem[] = [
17
17
title : "Written in Rust" ,
18
18
Svg : new_logo_black ,
19
19
description : (
20
- < > Boa hopes to bring Rust safety garuantees to the world of JS engines.</ >
20
+ < > Boa brings Rust's memory safety guarantees to the world of JS engines.</ >
21
21
) ,
22
22
} ,
23
23
{
24
24
title : "Aims for ECMAScript Conformance" ,
25
25
Svg : new_logo_yellow ,
26
26
description : (
27
- < > Boa currently passes more than 75 % of ECMAScripts test262 test suite.</ >
27
+ < > Boa passes more than 80 % of ECMAScripts test262 test suite.</ >
28
28
) ,
29
29
} ,
30
30
{
31
- title : "Open Source" ,
31
+ title : "Free and Open Source" ,
32
32
Svg : new_logo_blue ,
33
33
description : (
34
34
< >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function HomepageHeader() {
28
28
< div >
29
29
< Link
30
30
className = { "button button--secondary " + styles . buttonMargin }
31
- href = "https://docs.rs/Boa /latest/boa "
31
+ href = "https://docs.rs/boa_engine /latest/boa_engine/ "
32
32
>
33
33
Release Documentation
34
34
</ Link >
You can’t perform that action at this time.
0 commit comments