summaryrefslogtreecommitdiff
path: root/library/src/layout/page.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-13 15:14:25 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-13 16:04:25 +0100
commitb1b4e52af9e2da8f8ae1fc17a81ed6cbcbb8f525 (patch)
treee97ad140dac6d0414e9b49f7d01abccdcd717d4f /library/src/layout/page.rs
parent72b60dfde751b4a2ab279aa1fcfa559b4a75eb51 (diff)
Block sizing
Diffstat (limited to 'library/src/layout/page.rs')
-rw-r--r--library/src/layout/page.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/src/layout/page.rs b/library/src/layout/page.rs
index e38e6d87..ac0e27cb 100644
--- a/library/src/layout/page.rs
+++ b/library/src/layout/page.rs
@@ -351,14 +351,14 @@ impl Debug for PageNode {
/// more details on compound theory.
/// #pagebreak()
///
-/// // Examples only render the first
-/// // page, so this is not visible.
/// == Compound Theory
+/// In 1984, the first ...
/// ```
///
/// ## Parameters
/// - weak: `bool` (named)
-/// If `{true}`, the page break is skipped if the current page is already empty.
+/// If `{true}`, the page break is skipped if the current page is already
+/// empty.
///
/// ## Category
/// layout