diff --git a/crates/nuon/src/to.rs b/crates/nuon/src/to.rs index 3e93a8f3c6..8e9ce71f58 100644 --- a/crates/nuon/src/to.rs +++ b/crates/nuon/src/to.rs @@ -12,7 +12,7 @@ use std::ops::Bound; pub enum ToStyle { /// no indentation at all /// - /// `{ a: 1, b: 2 }` will be converted to `{: 1, b: 2}` + /// `{ a: 1, b: 2 }` will be converted to `{a: 1, b: 2}` Raw, #[allow(clippy::tabs_in_doc_comments)] /// tabulation-based indentation