From e83e05d5417418e0845eccdb660fe2210215e301 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 27 Mar 2023 22:25:20 +0200 Subject: Term list separator changes --- library/src/layout/enum.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/layout/enum.rs') 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, -- cgit v1.2.3