diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-27 22:25:20 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-27 22:31:29 +0200 |
| commit | e83e05d5417418e0845eccdb660fe2210215e301 (patch) | |
| tree | 67016c2ebe74d19c7522d61673abecd25da44e57 /library/src/layout/list.rs | |
| parent | 66de90437f64e532a51297dc233c57c2cda9a124 (diff) | |
Term list separator changes
Diffstat (limited to 'library/src/layout/list.rs')
| -rw-r--r-- | library/src/layout/list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/list.rs b/library/src/layout/list.rs index 179c93eb..9f8d5a92 100644 --- a/library/src/layout/list.rs +++ b/library/src/layout/list.rs @@ -78,7 +78,7 @@ pub struct ListElem { #[default(ListMarker::Content(vec![]))] pub marker: ListMarker, - /// The indent of each item's marker. + /// The indent of each item. #[resolve] pub indent: Length, |
