From ec93f20604f8b78a2ff60a1c2d131b99e6adf6ee Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 7 May 2020 17:37:17 +0200 Subject: [PATCH] fix typo --- emigui/src/example_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )); });