Skip to content

Commit

Permalink
Fixed typo in the docs (#2450)
Browse files Browse the repository at this point in the history
This PR fixes a typo introduced in #2440
  • Loading branch information
Razican committed Nov 22, 2022
1 parent 7c4fbd2 commit 5125da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_tester/src/main.rs
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5125da0

Please sign in to comment.