Fix city name in example

pull/57/head
szTheory 4 years ago committed by GitHub
parent 4cef9ad9af
commit 2b38de17cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6745,7 +6745,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