diff options
| author | Marak <[email protected]> | 2020-06-09 23:46:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-09 23:46:09 -0500 |
| commit | 4bfd422cb60cca314c1f32c9b53bd6771cadcaad (patch) | |
| tree | 20a82a835d5d2d5dcd447fbc117bb043516400b6 /lib | |
| parent | 98195ceb0815aa705a958ea4e7bf4b80ce068443 (diff) | |
| parent | 4615770b58278861b94e0709edbe64e0af717ed8 (diff) | |
| download | faker-4bfd422cb60cca314c1f32c9b53bd6771cadcaad.tar.xz faker-4bfd422cb60cca314c1f32c9b53bd6771cadcaad.zip | |
Merge pull request #898 from MrBramme/master
Removed redundant } in nl_BE city names
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/nl_BE/address/city.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locales/nl_BE/address/city.js b/lib/locales/nl_BE/address/city.js index b86bb82d..5cbe713b 100644 --- a/lib/locales/nl_BE/address/city.js +++ b/lib/locales/nl_BE/address/city.js @@ -1,4 +1,4 @@ module["exports"] = [ "#{city_prefix}", - "#{city_prefix}}#{city_suffix}" + "#{city_prefix}#{city_suffix}" ]; |
