Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 25, 2024
1 parent 590e2aa commit 95157b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/egui/src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ impl Response {
}
}

/// Drag-and-Drop: Return what the is being held over this widget, if any.
/// Drag-and-Drop: Return what is being held over this widget, if any.
///
/// Only returns something if [`Self::contains_pointer`] is true,
/// and the user is drag-dropping something of this type.
Expand All @@ -356,7 +356,7 @@ impl Response {
}
}

/// Drag-and-Drop: Return what the is being dropped onto this widget, if any.
/// Drag-and-Drop: Return what is being dropped onto this widget, if any.
///
/// Only returns something if [`Self::contains_pointer`] is true,
/// the user is drag-dropping something of this type,
Expand Down

0 comments on commit 95157b6

Please sign in to comment.