Fix typo.
This commit is contained in:
parent
131525536b
commit
ff9059fe68
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue