fix typo
This commit is contained in:
parent
6ad74ccaf5
commit
ec93f20604
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
));
|
));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue