Fix other instance of city name in example

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

@ -6811,7 +6811,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: Rc::new("Calgary began as a fort called Fort Calgary that...".to_string()), // Rc::new() to make the Rc

Loading…
Cancel
Save