Skip to content

Commit

Permalink
Minor text cleanup in ui example (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbateman authored Dec 11, 2023
1 parent e4461a4 commit a736b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ fn ui_example_system(
ui.separator();

ui.heading("Central Panel");
ui.label("The central panel the region left after adding TopPanel's and SidePanel's");
ui.label("The central panel is the region left after adding TopPanels and SidePanels.");
ui.label("It is often a great place for big things, like drawings:");

ui.heading("Draw with your mouse to paint:");
Expand Down

0 comments on commit a736b20

Please sign in to comment.