diff --git a/emigui/src/example_app.rs b/emigui/src/example_app.rs index d97abd95..fd1973d6 100644 --- a/emigui/src/example_app.rs +++ b/emigui/src/example_app.rs @@ -90,7 +90,7 @@ impl ExampleWindow { self.count += 1; } region.add(label!( - "The button have been clicked {} times", + "The button has been clicked {} times", self.count )); });