diff --git a/crates/egui/src/ui.rs b/crates/egui/src/ui.rs index 1371f1a7..67d210b2 100644 --- a/crates/egui/src/ui.rs +++ b/crates/egui/src/ui.rs @@ -377,7 +377,7 @@ impl Ui { /// /// However, it is not necessarily globally unique. /// For instance, sibling `Ui`s share the same [`Self::id`] - /// unless they where explicitly given different id salts using + /// unless they were explicitly given different id salts using /// [`UiBuilder::id_salt`]. #[inline] pub fn id(&self) -> Id {