summaryrefslogtreecommitdiff
path: root/src/exec/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/exec/state.rs')
-rw-r--r--src/exec/state.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exec/state.rs b/src/exec/state.rs
index 21fb7fb6..977b0b73 100644
--- a/src/exec/state.rs
+++ b/src/exec/state.rs
@@ -44,8 +44,8 @@ pub struct PageSettings {
pub size: Size,
/// Whether the expand the pages to the `size` or to fit the content.
pub expand: Spec<Expansion>,
- /// The amount of white space in the order [left, top, right, bottom]. If a
- /// side is set to `None`, the default for the paper class is used.
+ /// The amount of white space on each side of the page. If a side is set to
+ /// `None`, the default for the paper class is used.
pub margins: Sides<Option<Linear>>,
}