From 8518ffca47376f05dad1ddebfbf5b7591426800b Mon Sep 17 00:00:00 2001 From: asterized <91648368+asterized@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:45:38 +0000 Subject: [PATCH] Fixed typo in Anchor documentation --- widget/src/scrollable.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`].