diff --git a/widget/src/scrollable.rs b/widget/src/scrollable.rs index f4b3daf495..d683b0da7e 100644 --- a/widget/src/scrollable.rs +++ b/widget/src/scrollable.rs @@ -378,7 +378,7 @@ impl Scrollbar { /// on a given axis. #[derive(Debug, Clone, Copy, Default, PartialEq, Eq)] pub enum Anchor { - /// Scroller is anchoer to the start of the [`Viewport`]. + /// Scroller is anchored to the start of the [`Viewport`]. #[default] Start, /// Content is aligned to the end of the [`Viewport`].