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
1 changed files with 1 additions and 1 deletions

View File

@ -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| {