Skip to content

Commit 9336e68

Browse files
emilk486c
authored andcommitted
Fix typos
1 parent c3b3fbd commit 9336e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/egui/src/text_selection/label_text_selection.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ fn process_selection_key_events(
618618
}
619619

620620
fn selected_text(galley: &Galley, cursor_range: &CursorRange) -> String {
621-
// This logic means we can select everything in an ellided label (including the `…`)
622-
// and still copy the entire un-ellided text!
621+
// This logic means we can select everything in an elided label (including the `…`)
622+
// and still copy the entire un-elided text!
623623
let everything_is_selected = cursor_range.contains(&CursorRange::select_all(galley));
624624

625625
let copy_everything = cursor_range.is_empty() || everything_is_selected;

0 commit comments

Comments
 (0)