From 1e681b35c70cbb9c117d9f9b94bb2980753f685d Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 18 Feb 2023 20:18:15 +0100 Subject: [PATCH] Fix typos --- library/src/layout/page.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/layout/page.rs b/library/src/layout/page.rs index d6862276f..022619d7e 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