mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
fix typo
This commit is contained in:
@@ -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
|
||||
));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user