Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed Nov 16, 2019
1 parent e2b62d9 commit cc9c87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn main() {
}

fn ui_builder() -> impl Widget<u32> {
// The label text will be computed based dynamically based on the current locale and count
// The label text will be computed dynamically based on the current locale and count
let text =
LocalizedString::new("hello-counter").with_arg("count", |data: &u32, _env| (*data).into());
let label = Label::new(text);
Expand Down

0 comments on commit cc9c87a

Please sign in to comment.