diff --git a/egui/src/widgets/plot/mod.rs b/egui/src/widgets/plot/mod.rs index a0b99107..dc7c5e2a 100644 --- a/egui/src/widgets/plot/mod.rs +++ b/egui/src/widgets/plot/mod.rs @@ -355,7 +355,7 @@ impl Plot { self } - /// Provide a function to customize the on-hovel label for the x and y axis + /// Provide a function to customize the on-hover label for the x and y axis /// /// ``` /// # egui::__run_test_ui(|ui| {