diff options
| author | Miguel Montano <[email protected]> | 2022-04-08 09:27:07 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-08 18:27:07 +0200 |
| commit | 4ac2a0424fffcf48dedea58148ac1b4b510a68a5 (patch) | |
| tree | 50bd9a73ad69cf3be5a9735e2886b58523d90dd7 /src | |
| parent | 78a30fbdb8779a0e4b242d353a696672f64a1fcc (diff) | |
| download | faker-4ac2a0424fffcf48dedea58148ac1b4b510a68a5.tar.xz faker-4ac2a0424fffcf48dedea58148ac1b4b510a68a5.zip | |
fix: Maryland (MD) wrong postal code (#804)
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/en_US/address/postcode_by_state.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/en_US/address/postcode_by_state.ts b/src/locales/en_US/address/postcode_by_state.ts index e3ffd2ab..1c49baf3 100644 --- a/src/locales/en_US/address/postcode_by_state.ts +++ b/src/locales/en_US/address/postcode_by_state.ts @@ -80,8 +80,8 @@ export default { max: 2791, }, MD: { - min: 20331, - max: 20331, + min: 20899, + max: 20908, }, ME: { min: 3901, |
