Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Aug 27, 2024
1 parent fb034dd commit f67ba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/text_selection/label_text_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ impl LabelSelectionState {
}
}

/// Returns indices of new vertices in the galley, if any.
/// Returns the painted selections, if any.
fn on_label(
&mut self,
ui: &Ui,
Expand Down

0 comments on commit f67ba64

Please sign in to comment.