Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Fix Netherlands again (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
acaporrini authored Feb 15, 2024
1 parent 0ad6d89 commit dbf377c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iso_country_codes/iso_3166_1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ class NPL < Code #:nodoc:
end
class NLD < Code #:nodoc:
self.numeric = %q{528}
self.name = %q{Netherlands, Kingdom of the}
self.name = %q{Netherlands}
self.alpha2 = %q{NL}
self.alpha3 = %q{NLD}
end
Expand Down

0 comments on commit dbf377c

Please sign in to comment.