Fix typo.

This commit is contained in:
Nolan Darilek
2021-05-19 09:03:49 -05:00
parent 131525536b
commit ff9059fe68
+1 -1
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>,
}