diff --git a/crates/biome_analyze/src/categories.rs b/crates/biome_analyze/src/categories.rs index e5c5d1b8f6cc..308dfe2dbf58 100644 --- a/crates/biome_analyze/src/categories.rs +++ b/crates/biome_analyze/src/categories.rs @@ -308,7 +308,7 @@ impl schemars::JsonSchema for RuleCategories { #[derive(Debug, Default)] /// A convenient type create a [RuleCategories] type -/// +/// /// ``` /// use biome_analyze::{RuleCategoriesBuilder, RuleCategory}; /// let mut categories = RuleCategoriesBuilder::default().with_syntax().with_lint().build();