diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-22 13:18:30 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-22 13:18:30 +0100 |
| commit | 815ee3254c1f087771b7c38e6f85622f3aeddf7c (patch) | |
| tree | c8d7f3bbbb86990cf50fd70804925509e4a3652a /src/geom | |
| parent | 6f7e8dd497b61326babd4f60d559e8b5ad61603b (diff) | |
Formatting fixes
Diffstat (limited to 'src/geom')
| -rw-r--r-- | src/geom/align.rs | 2 |
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(), |
