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 ec4fbc18..ce65b14c 100644 --- a/library/src/layout/enum.rs +++ b/library/src/layout/enum.rs @@ -118,7 +118,7 @@ pub struct EnumElem { #[default(false)] pub full: bool, - /// The indentation of each item's label. + /// The indentation of each item. #[resolve] pub indent: Length, |
