1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Replace some ... with

This commit is contained in:
Emil Ernerfeldt
2024-05-29 11:48:50 +02:00
parent ffbc63e147
commit 5eee463851
5 changed files with 12 additions and 12 deletions

View File

@@ -426,7 +426,7 @@ impl ExplicitGenerator {
/// Result of [`super::PlotItem::find_closest()`] search, identifies an element inside the item for immediate use
pub struct ClosestElem {
/// Position of hovered-over value (or bar/box-plot/...) in `PlotItem`
/// Position of hovered-over value (or bar/box-plot/) in `PlotItem`
pub index: usize,
/// Squared distance from the mouse cursor (needed to compare against other `PlotItems`, which might be nearer)