From 2c93d4ad6abaa54f485515520824f5c39a625032 Mon Sep 17 00:00:00 2001 From: Crayonn Date: Wed, 22 Mar 2023 18:43:57 +0800 Subject: [PATCH] fix(swc) swc_ecma_transforms_testing url --- crates/swc/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/swc/src/lib.rs b/crates/swc/src/lib.rs index bd945f3fcd0a..eddff06ced5f 100644 --- a/crates/swc/src/lib.rs +++ b/crates/swc/src/lib.rs @@ -13,7 +13,7 @@ //! //! ## Testing //! -//! See [testing] and [swc_ecma_transform_testing](https://docs.rs/swc_ecmc_transform_testing). +//! See [testing] and [swc_ecma_transforms_testing](https://docs.rs/swc_ecma_transforms_testing). //! //! ## Custom javascript transforms //!