From 70f790cccaf64c259bc48278e8b827f831db4e5f Mon Sep 17 00:00:00 2001 From: szTheory Date: Wed, 5 Aug 2020 13:55:59 +0000 Subject: [PATCH] Fix other instance of city name in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 052b81e..540ff9f 100644 --- a/README.md +++ b/README.md @@ -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