summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-22 13:18:30 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-22 13:18:30 +0100
commit815ee3254c1f087771b7c38e6f85622f3aeddf7c (patch)
treec8d7f3bbbb86990cf50fd70804925509e4a3652a /src
parent6f7e8dd497b61326babd4f60d559e8b5ad61603b (diff)
Formatting fixes
Diffstat (limited to 'src')
-rw-r--r--src/geom/align.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geom/align.rs b/src/geom/align.rs
index 25409e3a..1e9bde52 100644
--- a/src/geom/align.rs
+++ b/src/geom/align.rs
@@ -45,7 +45,7 @@ impl Align {
}
/// Returns the position of this alignment in a container with the given
- /// extentq.
+ /// extent.
pub fn position(self, extent: Abs) -> Abs {
match self {
Self::Left | Self::Top => Abs::zero(),