Minor typo in example string

This commit is contained in:
dbr 2021-10-12 14:33:48 +11:00
parent de69a0c103
commit dd86066ed0

View File

@ -444,7 +444,7 @@ fn show_test_window(ui: &Ui, state: &mut State, opened: &mut bool) {
ui.text_wrapped(
"This text should automatically wrap on the edge of \
the window.The current implementation for text \
wrapping follows simple rulessuitable for English \
wrapping follows simple rules suitable for English \
and possibly other languages."
);
ui.spacing();