Fix tour example

This commit is contained in:
Nicholas 2020-04-13 22:19:47 -07:00 committed by GitHub
parent ce65097834
commit 67fd107746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -530,7 +530,7 @@ impl<'a> Step {
|choices, language| {
choices.push(Radio::new(
language,
language,
&String::from(language),
selection,
StepMessage::LanguageSelected,
))