Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 10, 2024
1 parent 45e529c commit 5e0cf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct Response {
/// (e.g. when inside a scroll area).
///
/// The interact rect may also be slightly larger than the widget rect,
/// becase egui adds half if the item spacing to make the interact rect easier to hit.
/// because egui adds half if the item spacing to make the interact rect easier to hit.
pub interact_rect: Rect,

/// The senses (click and/or drag) that the widget was interested in (if any).
Expand Down

0 comments on commit 5e0cf04

Please sign in to comment.