mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 13:18:18 +02: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
@ -12,7 +12,7 @@ use std::ops::Bound;
|
|||||||
pub enum ToStyle {
|
pub enum ToStyle {
|
||||||
/// no indentation at all
|
/// 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,
|
Raw,
|
||||||
#[allow(clippy::tabs_in_doc_comments)]
|
#[allow(clippy::tabs_in_doc_comments)]
|
||||||
/// tabulation-based indentation
|
/// tabulation-based indentation
|
||||||
|
Loading…
Reference in New Issue
Block a user