diff options
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 |
