mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
fix typo in the documentation of nuon::ToStyle
(#12608)
follow-up to - https://github.com/nushell/nushell/pull/12591 cc/ @fdncred # Description there was a typo in the doc of `nuon::ToStyle`. # User-Facing Changes # Tests + Formatting # After Submitting
This commit is contained in:
parent
2595f31541
commit
a900166e27
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue