Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jan 24, 2025
1 parent 981e5d9 commit 99be31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_parser/examples/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use pico_args::Arguments;
// Instruction:
// create a `test.js`,
// run `cargo run -p oxc_parser --example parser`
// or `just watch "cargo run -p oxc_parser --example estree"`
// or `just watch "cargo run -p oxc_parser --example parser"`

fn main() -> Result<(), String> {
let mut args = Arguments::from_env();
Expand Down

0 comments on commit 99be31f

Please sign in to comment.