Skip to content

Commit 4ac7e1b

Browse files
1 parent bde4938 commit 4ac7e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iso3166.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ func populateISO3166() {
16091609
i.CountryCode = "46"
16101610
i.CountryName = "Sweden"
16111611
i.MobileBeginWith = []string{"7"}
1612-
i.PhoneNumberLengths = []int{9}
1612+
i.PhoneNumberLengths = []int{3, 4, 5, 6, 7, 8, 9}
16131613
iso3166Datas = append(iso3166Datas, i)
16141614

16151615
i.Alpha2 = "SC"

0 commit comments

Comments
 (0)