mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Fix typo.
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user