Skip to content

Commit

Permalink
Merge pull request #63 from jlantto/patch-1
Browse files Browse the repository at this point in the history
Change backticks to apostrofes
  • Loading branch information
biter777 authored Nov 9, 2023
2 parents ae50c9f + 28ba9b3 commit a15db5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions countries.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (c CountryCode) String() string { //nolint:gocyclo
case 188:
return "Costa Rica"
case 384:
return "Cote d`Ivoire" // Ivory Coast
return "Cote d'Ivoire" // Ivory Coast
case 191:
return "Croatia"
case 192:
Expand Down Expand Up @@ -382,13 +382,13 @@ func (c CountryCode) String() string { //nolint:gocyclo
case 410:
return "Republic of Korea"
case 408:
return "Democratic People`s Republic of Korea"
return "Democratic People's Republic of Korea"
case 414:
return "Kuwait"
case 417:
return "Kyrgyzstan"
case 418:
return "Lao People`s Democratic Republic"
return "Lao People's Democratic Republic"
case 428:
return "Latvia"
case 422:
Expand Down Expand Up @@ -801,7 +801,7 @@ func (c CountryCode) StringRus() string { //nolint:gocyclo
case 188:
return "Коста Рика"
case 384:
return "Кот-д`Ивуар"
return "Кот-д'Ивуар"
case 191:
return "Хорватия"
case 192:
Expand Down

0 comments on commit a15db5d

Please sign in to comment.