Browse Source

Fixed typo in the docs (#2450)

This PR fixes a typo introduced in #2440
pull/2456/head
Iban Eguia Moraza 2 years ago
parent
commit
5125da0008
  1. 2
      boa_tester/src/main.rs

2
boa_tester/src/main.rs

@ -1,7 +1,7 @@
//! Test262 test runner
//!
//! This crate will run the full ECMAScript test suite (Test262) and report compliance of the
//! `boa` wrap_err.
//! `boa` engine.
#![doc(
html_logo_url = "https://raw.githubusercontent.com/boa-dev/boa/main/assets/logo.svg",

Loading…
Cancel
Save