Fix on-hover typo in plot module (#1714)

This commit is contained in:
Cisco 2022-06-09 09:28:18 -04:00 committed by GitHub
parent 3169ce62d5
commit 8446665b02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -355,7 +355,7 @@ impl Plot {
self 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| { /// # egui::__run_test_ui(|ui| {