Skip to content

Commit

Permalink
Update continent code
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaKostyleva committed Oct 3, 2022
1 parent b396e18 commit aa4b26d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enum Continent: String, CaseIterable {
case asia = "AS"
case europe = "EU"
case oceania = "OC"
case antarctica = "AQ"
case antarctica = "AN"
}

extension Continent {
Expand Down

0 comments on commit aa4b26d

Please sign in to comment.