diff --git a/egui/src/ui.rs b/egui/src/ui.rs index 9bb4051b..2c5bdb35 100644 --- a/egui/src/ui.rs +++ b/egui/src/ui.rs @@ -1251,7 +1251,7 @@ impl Ui { Label::new(text.into().strong()).ui(self) } - /// Show text that is waker (fainter color). + /// Show text that is weaker (fainter color). /// /// Shortcut for `ui.label(RichText::new(text).weak())` pub fn weak(&mut self, text: impl Into) -> Response {