Skip to content

Commit

Permalink
Minor text cleanup in ui example (vladbat00#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbateman authored and Schmarni-Dev committed Dec 23, 2023
1 parent c08dad8 commit a5352b4
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 a5352b4

Please sign in to comment.