diff --git a/crates/oxc_transformer/src/es2022/class_properties/private.rs b/crates/oxc_transformer/src/es2022/class_properties/private.rs index 23347b684b5c5..e2da02cb53a06 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,