summaryrefslogtreecommitdiff
path: root/src/geom/length.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-12 22:55:26 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-12 22:55:26 +0100
commit790dc9e6670b0d90c9ff68a0981cdbfb7d9c536a (patch)
treeaf12c6da8b32a0e54c9dfe005b6076d764804d9c /src/geom/length.rs
parenta2fcc1bf288c5162de7b2158166de62cb0610083 (diff)
Cleaning 🧹
Diffstat (limited to 'src/geom/length.rs')
-rw-r--r--src/geom/length.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geom/length.rs b/src/geom/length.rs
index db28761b..b0ca24df 100644
--- a/src/geom/length.rs
+++ b/src/geom/length.rs
@@ -107,7 +107,7 @@ impl Display for Length {
use LengthUnit::*;
// Format with the unit that yields the shortest output, preferring
- // larger / metrics units when tied.
+ // larger / metric units when tied.
let mut buf = ryu::Buffer::new();
let unit = [Cm, Mm, In, Pt]
.iter()