Skip to content

Commit

Permalink
Merge pull request #39 from webbmaffian/main
Browse files Browse the repository at this point in the history
Corrected phone number lengths for Sweden
  • Loading branch information
Dongri Jin authored Feb 8, 2024
2 parents bde4938 + 4ac7e1b commit 1defa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso3166.go
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ func populateISO3166() {
i.CountryCode = "46"
i.CountryName = "Sweden"
i.MobileBeginWith = []string{"7"}
i.PhoneNumberLengths = []int{9}
i.PhoneNumberLengths = []int{3, 4, 5, 6, 7, 8, 9}
iso3166Datas = append(iso3166Datas, i)

i.Alpha2 = "SC"
Expand Down

0 comments on commit 1defa16

Please sign in to comment.