Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 9, 2023
1 parent 8de37ba commit 4eb72f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/containers/scroll_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eb72f3

Please sign in to comment.