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:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user