diff options
Diffstat (limited to 'library/src/meta/outline.rs')
| -rw-r--r-- | library/src/meta/outline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/meta/outline.rs b/library/src/meta/outline.rs index a45b2a34..3114aa38 100644 --- a/library/src/meta/outline.rs +++ b/library/src/meta/outline.rs @@ -127,7 +127,7 @@ pub struct OutlineElem { pub indent: bool, /// Content to fill the space between the title and the page number. Can be - /// set to `none` to disable filling. The default is `{repeat[.]}`. + /// set to `none` to disable filling. /// /// ```example /// #outline(fill: line(length: 100%)) |
