File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ const FeatureList: FeatureItem[] = [
1717 title : "Written in Rust" ,
1818 Svg : new_logo_black ,
1919 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.</ >
2121 ) ,
2222 } ,
2323 {
2424 title : "Aims for ECMAScript Conformance" ,
2525 Svg : new_logo_yellow ,
2626 description : (
27- < > Boa currently passes more than 75 % of ECMAScripts test262 test suite.</ >
27+ < > Boa passes more than 80 % of ECMAScripts test262 test suite.</ >
2828 ) ,
2929 } ,
3030 {
31- title : "Open Source" ,
31+ title : "Free and Open Source" ,
3232 Svg : new_logo_blue ,
3333 description : (
3434 < >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function HomepageHeader() {
2828 < div >
2929 < Link
3030 className = { "button button--secondary " + styles . buttonMargin }
31- href = "https://docs.rs/Boa /latest/boa "
31+ href = "https://docs.rs/boa_engine /latest/boa_engine/ "
3232 >
3333 Release Documentation
3434 </ Link >
You can’t perform that action at this time.
0 commit comments