diff --git a/crates/egui/src/context.rs b/crates/egui/src/context.rs index 072f253be..cd9cc896b 100644 --- a/crates/egui/src/context.rs +++ b/crates/egui/src/context.rs @@ -4039,7 +4039,7 @@ impl Context { /// ## Interaction impl Context { - /// Read you what widgets are currently being interacted with. + /// Read which widgets are currently being interacted with. pub fn interaction_snapshot(&self, reader: impl FnOnce(&InteractionSnapshot) -> R) -> R { self.write(|w| reader(&w.viewport().interact_widgets)) }