diff options
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. |
