From 4eb72f3472001dca5aa02aabb8ac30c85f889403 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 9 Nov 2023 18:07:02 +0100 Subject: [PATCH] typos --- crates/egui/src/containers/scroll_area.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/containers/scroll_area.rs b/crates/egui/src/containers/scroll_area.rs index 50036770f0b..1cacef47808 100644 --- a/crates/egui/src/containers/scroll_area.rs +++ b/crates/egui/src/containers/scroll_area.rs @@ -411,7 +411,7 @@ struct Prepared { /// Does this `ScrollArea` have horizontal/vertical scrolling enabled? scroll_enabled: [bool; 2], - /// Smoothly interpolated boolean of wether or not to show the scroll bars. + /// Smoothly interpolated boolean of whether or not to show the scroll bars. show_bars_factor: Vec2, /// How much horizontal and vertical space are used up by the