diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:33:22 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:34:17 +0100 |
| commit | 1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (patch) | |
| tree | 3d63a07659ca159c72d87b465699049301628c89 /library/src/meta | |
| parent | fd787317a858f0f6d9a3ac551d3fecb93286a0af (diff) | |
Fix typos
Diffstat (limited to 'library/src/meta')
| -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 9e4f616e..c3d17196 100644 --- a/library/src/meta/outline.rs +++ b/library/src/meta/outline.rs @@ -40,7 +40,7 @@ impl OutlineNode { pub const TITLE: Option<Smart<Content>> = Some(Smart::Auto); /// The maximum depth up to which headings are included in the outline. When - /// this arguement is `{none}`, all headings are included. + /// this argument is `{none}`, all headings are included. pub const DEPTH: Option<NonZeroUsize> = None; /// Whether to indent the subheadings to align the start of their numbering |
