From 932f8f5c716de1d0fbf42c0790b8b14a5bb05c8f Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Mon, 9 Dec 2024 12:32:20 +0000 Subject: [PATCH] docs(transformer/class-properties): correct doc comment --- crates/oxc_transformer/src/es2022/class_properties/private.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oxc_transformer/src/es2022/class_properties/private.rs b/crates/oxc_transformer/src/es2022/class_properties/private.rs index 23347b684b5c53..e2da02cb53a062 100644 --- a/crates/oxc_transformer/src/es2022/class_properties/private.rs +++ b/crates/oxc_transformer/src/es2022/class_properties/private.rs @@ -616,7 +616,7 @@ impl<'a, 'ctx> ClassProperties<'a, 'ctx> { /// /// Static prop: /// - /// * `++object.#prop++` -> + /// * `++object.#prop` -> /// ```js /// _prop._ = _assertClassBrand( /// Class, object,