diff options
| author | Marak <[email protected]> | 2021-10-07 00:39:32 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-07 00:39:32 -0400 |
| commit | 4f57df4c49e72841b27f0717ca03cc4862cc9df7 (patch) | |
| tree | a10cde1d3dd7aab7a208aecf35823cf44c23d6cb | |
| parent | 17d56481e3afeabffe9c08c7d932f5e31749f594 (diff) | |
| parent | 6b9c6338f055e7ab46aa0abaf4db804b5041a27e (diff) | |
| download | faker-4f57df4c49e72841b27f0717ca03cc4862cc9df7.tar.xz faker-4f57df4c49e72841b27f0717ca03cc4862cc9df7.zip | |
Merge pull request #1233 from monkpit/monkpit-en_US-tx-postcode-range
improve postcode range for en_US -> TX
| -rw-r--r-- | lib/locales/en_US/address/postcode_by_state.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/locales/en_US/address/postcode_by_state.js b/lib/locales/en_US/address/postcode_by_state.js index 0a5c78e3..006fe605 100644 --- a/lib/locales/en_US/address/postcode_by_state.js +++ b/lib/locales/en_US/address/postcode_by_state.js @@ -176,8 +176,8 @@ module["exports"] = { max:38589 }, TX:{ - min:73301, - max:73301 + min:75503, + max:79999 }, UT:{ min:84001, |
