From ff1da2727836c42f960e36695928245f60fc8ac0 Mon Sep 17 00:00:00 2001 From: overlookmotel <557937+overlookmotel@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:08:01 +0000 Subject: [PATCH] fix(transformer): correct comment in example (#3831) Correct instructions for transformer example. --- crates/oxc_transformer/examples/transformer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oxc_transformer/examples/transformer.rs b/crates/oxc_transformer/examples/transformer.rs index 38e0e227b..08fa0a541 100644 --- a/crates/oxc_transformer/examples/transformer.rs +++ b/crates/oxc_transformer/examples/transformer.rs @@ -11,7 +11,7 @@ use oxc_transformer::{ }; // Instruction: -// create a `test.js`, +// create a `test.tsx`, // run `cargo run -p oxc_transformer --example transformer` // or `just watch "run -p oxc_transformer --example transformer"`