mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Fix some typos (#3459)
* Fix typo * Change from what to was It doesn't say WHAT changed only that there WAS a change
This commit is contained in:
@@ -78,7 +78,7 @@ pub struct Response {
|
||||
#[doc(hidden)]
|
||||
pub interact_pointer_pos: Option<Pos2>,
|
||||
|
||||
/// What the underlying data changed?
|
||||
/// Was the underlying data changed?
|
||||
///
|
||||
/// e.g. the slider was dragged, text was entered in a [`TextEdit`](crate::TextEdit) etc.
|
||||
/// Always `false` for something like a [`Button`](crate::Button).
|
||||
@@ -339,7 +339,7 @@ impl Response {
|
||||
self.is_pointer_button_down_on
|
||||
}
|
||||
|
||||
/// What the underlying data changed?
|
||||
/// Was the underlying data changed?
|
||||
///
|
||||
/// e.g. the slider was dragged, text was entered in a [`TextEdit`](crate::TextEdit) etc.
|
||||
/// Always `false` for something like a [`Button`](crate::Button).
|
||||
|
||||
Reference in New Issue
Block a user