mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -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.
|
/// Events that may be useful to e.g. a screen reader.
|
||||||
pub events: Vec<OutputEvent>,
|
pub events: Vec<OutputEvent>,
|
||||||
|
|
||||||
/// Position of text widgts' cursor
|
/// Position of text widget's cursor
|
||||||
pub text_cursor: Option<crate::Pos2>,
|
pub text_cursor: Option<crate::Pos2>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user