Skip to content

Commit

Permalink
Update TotalSubdivisions()
Browse files Browse the repository at this point in the history
  • Loading branch information
biter777 committed Feb 29, 2024
1 parent 7573e43 commit fdf7bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subdivisions.go
Original file line number Diff line number Diff line change
Expand Up @@ -34318,5 +34318,5 @@ func SubdivisionsByCountryCode(c CountryCode) []SubdivisionCode {

// TotalSubdivisions - returns number of subdivisions in the package
func TotalSubdivisions() int {
return 4884
return 4885
}

0 comments on commit fdf7bd2

Please sign in to comment.