mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
fix typo
This commit is contained in:
@@ -90,7 +90,7 @@ impl ExampleWindow {
|
|||||||
self.count += 1;
|
self.count += 1;
|
||||||
}
|
}
|
||||||
region.add(label!(
|
region.add(label!(
|
||||||
"The button have been clicked {} times",
|
"The button has been clicked {} times",
|
||||||
self.count
|
self.count
|
||||||
));
|
));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user