Browse Source

fix typo

readable-ids
Emil Ernerfeldt 5 years ago
parent
commit
ec93f20604
  1. 2
      emigui/src/example_app.rs

2
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
));
});

Loading…
Cancel
Save