Merge pull request #119 from spartucus/patch-12

Fix typo
pull/121/head
KaiserY 7 years ago committed by GitHub
commit 28ddb11355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ fn generate_workout(intensity: i32, random_number: i32) {
println!(
"Today, run for {} minutes!",
simulated_expensive_calculation(intensity)
)
);
}
}
}

Loading…
Cancel
Save