1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

Fix typo.

This commit is contained in:
Nolan Darilek
2021-05-19 09:03:49 -05:00
parent 131525536b
commit ff9059fe68

View File

@@ -24,7 +24,7 @@ pub struct Output {
/// Events that may be useful to e.g. a screen reader.
pub events: Vec<OutputEvent>,
/// Position of text widgts' cursor
/// Position of text widget's cursor
pub text_cursor: Option<crate::Pos2>,
}