Merge pull request #57 from szTheory/patch-3

Fix city name in example
pull/59/head
Dhghomon 4 years ago committed by GitHub
commit d8510d0a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6790,7 +6790,7 @@ struct CityData {
fn main() {
let calgary = City {
name: "Seoul".to_string(),
name: "Calgary".to_string(),
population: 1_200_000,
// Pretend that this string is very very long
city_history: "Calgary began as a fort called Fort Calgary that...".to_string(),

Loading…
Cancel
Save