Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 9, 2023
1 parent b79503d commit 8de37ba
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],

/// Like [`Self::show_bars`], but smoothly interpolated
/// Smoothly interpolated boolean of wether or not to show the scroll bars.

Check warning on line 414 in crates/egui/src/containers/scroll_area.rs

View workflow job for this annotation

GitHub Actions / typos

"wether" should be "weather" or "whether".
show_bars_factor: Vec2,

/// How much horizontal and vertical space are used up by the
Expand Down

0 comments on commit 8de37ba

Please sign in to comment.