1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

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

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