From a736b2011704684c3a2ad3b97df56a77a43df5e4 Mon Sep 17 00:00:00 2001 From: Zach Bateman <39414345+zachbateman@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:34:04 -0600 Subject: [PATCH] Minor text cleanup in ui example (#202) --- examples/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ui.rs b/examples/ui.rs index 74e3a9e7b..689f4156f 100644 --- a/examples/ui.rs +++ b/examples/ui.rs @@ -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:");