diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-13 17:15:11 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-13 17:15:20 +0100 |
| commit | 28b5c55cd5ef59713239c73d03fa0051623513d3 (patch) | |
| tree | 6e5b1eeba088120ee77237f8086af5f4a34fbc49 /library/src/layout/enum.rs | |
| parent | 05c8c6045cd831a98776b418a7b176af8c6ec546 (diff) | |
Configurable markers for nested lists
Diffstat (limited to 'library/src/layout/enum.rs')
| -rw-r--r-- | library/src/layout/enum.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/enum.rs b/library/src/layout/enum.rs index 9b7ea199..866a6195 100644 --- a/library/src/layout/enum.rs +++ b/library/src/layout/enum.rs @@ -150,7 +150,7 @@ impl EnumNode { /// The spacing between the items of a wide (non-tight) enumeration. /// - /// If set to `{auto}` uses the spacing [below blocks]($func/block.below). + /// If set to `{auto}`, uses the spacing [below blocks]($func/block.below). pub const SPACING: Smart<Spacing> = Smart::Auto; /// The numbers of parent items. |
