diff options
Diffstat (limited to 'src')
| -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(), |
