Fix on-hover typo in plot module (#1714)
This commit is contained in:
parent
3169ce62d5
commit
8446665b02
1 changed files with 1 additions and 1 deletions
|
@ -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| {
|
||||
|
|
Loading…
Reference in a new issue