Skip to content

Commit 25b0add

Browse files
authored
Update extras.rs
Correct the founding date of Germany.
1 parent ca184c5 commit 25b0add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen_country/src/extras.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pub fn established_date(country: Country) -> &'static str {
170170
Country::Gabon => "August 17, 1960",
171171
Country::Gambia => "February 18, 1965",
172172
Country::Georgia => "April 9, 1991",
173-
Country::Germany => "October 3, 1990",
173+
Country::Germany => "May 23, 1949",
174174
Country::Ghana => "March 6, 1957",
175175
Country::Gibraltar => "August 4, 1704",
176176
Country::Greece => "March 25, 1821",

0 commit comments

Comments
 (0)