mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 05:18:27 +00:00
Minor typo in example string
This commit is contained in:
parent
de69a0c103
commit
dd86066ed0
@ -444,7 +444,7 @@ fn show_test_window(ui: &Ui, state: &mut State, opened: &mut bool) {
|
|||||||
ui.text_wrapped(
|
ui.text_wrapped(
|
||||||
"This text should automatically wrap on the edge of \
|
"This text should automatically wrap on the edge of \
|
||||||
the window.The current implementation for text \
|
the window.The current implementation for text \
|
||||||
wrapping follows simple rulessuitable for English \
|
wrapping follows simple rules suitable for English \
|
||||||
and possibly other languages."
|
and possibly other languages."
|
||||||
);
|
);
|
||||||
ui.spacing();
|
ui.spacing();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user