From 8446665b020cea19386893394f447be146a5b507 Mon Sep 17 00:00:00 2001 From: Cisco Date: Thu, 9 Jun 2022 09:28:18 -0400 Subject: [PATCH] Fix on-hover typo in plot module (#1714) --- egui/src/widgets/plot/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| {