summaryrefslogtreecommitdiff
path: root/library/src/layout
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-23 14:38:37 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-23 14:38:45 +0100
commitaffb3534538385056cfb60328f6dba6bd852229a (patch)
treea0a1b4844d459a66c3d32e0ad0dacf3f47c3966b /library/src/layout
parent090831c9cb08c9b3c14ee30b423bb61275d70eb4 (diff)
parent457ce954366f3a81989fee788c85a5b20a96ce96 (diff)
Merge main back
Diffstat (limited to 'library/src/layout')
-rw-r--r--library/src/layout/page.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/layout/page.rs b/library/src/layout/page.rs
index d6862276..022619d7 100644
--- a/library/src/layout/page.rs
+++ b/library/src/layout/page.rs
@@ -149,7 +149,7 @@ impl PageNode {
/// The page's header.
///
- /// The header is placed at in the top margin of each page.
+ /// The header is placed in the top margin of each page.
///
/// - Content: The content will be placed in the header.
/// - A function: The function will be called with the page number (starting
@@ -171,7 +171,7 @@ impl PageNode {
/// The page's footer.
///
- /// The footer is placed at in the bottom margin of each page.
+ /// The footer is placed in the bottom margin of each page.
///
/// - Content: The content will be placed in the footer.
/// - A function: The function will be called with the page number (starting