diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-04 23:31:35 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-04 23:31:35 +0200 |
| commit | 335fa2d118718b4dba539294a8ef6c96c5bbf09e (patch) | |
| tree | 08e48d0c18c350bc9479d0d801d2320628d8e4a2 /src/paper.rs | |
| parent | 605ab104c5e041c345007020d277b4c6267debe6 (diff) | |
Small improvements 🍪
Diffstat (limited to 'src/paper.rs')
| -rw-r--r-- | src/paper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paper.rs b/src/paper.rs index 30e5d8e7..aff4cdd7 100644 --- a/src/paper.rs +++ b/src/paper.rs @@ -37,7 +37,7 @@ pub enum PaperClass { } impl PaperClass { - /// The default margin ratios for this page class. + /// The default margins for this page class. pub fn default_margins(self) -> Sides<Linear> { let f = Linear::rel; let s = |l, r, t, b| Sides::new(f(l), f(r), f(t), f(b)); |
