diff options
Diffstat (limited to 'src/library/spacing.rs')
| -rw-r--r-- | src/library/spacing.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/spacing.rs b/src/library/spacing.rs index c96b8be4..5e3b7743 100644 --- a/src/library/spacing.rs +++ b/src/library/spacing.rs @@ -1,7 +1,7 @@ use super::*; use crate::layout::SpacingNode; -/// `h`: Add horizontal spacing. +/// `h`: Insert horizontal spacing. /// /// # Positional parameters /// - Amount of spacing: of type `linear` relative to current font size. @@ -12,7 +12,7 @@ pub fn h(ctx: &mut EvalContext, args: &mut FuncArgs) -> Value { spacing_impl(ctx, args, SpecAxis::Horizontal) } -/// `v`: Add vertical spacing. +/// `v`: Insert vertical spacing. /// /// # Positional parameters /// - Amount of spacing: of type `linear` relative to current font size. |
