diff options
| author | DivisionByZero <[email protected]> | 2023-04-27 17:33:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-27 17:33:43 +0200 |
| commit | 8cd196562be43d378bc82d0dfe8b003fd84c404f (patch) | |
| tree | 858f9178bac07ecca6352d2801d3e49fd0d4b9c0 /src/definitions | |
| parent | 5ad55a58cc23bf0076e7f96ae73ae46f4510990d (diff) | |
| download | faker-8cd196562be43d378bc82d0dfe8b003fd84c404f.tar.xz faker-8cd196562be43d378bc82d0dfe8b003fd84c404f.zip | |
refactor(location)!: rename definition city to city_pattern (#2094)
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/location.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definitions/location.ts b/src/definitions/location.ts index 7e2403aa..0c834b7b 100644 --- a/src/definitions/location.ts +++ b/src/definitions/location.ts @@ -17,7 +17,7 @@ export type LocationDefinitions = LocaleEntry<{ /** * The patterns to generate city names. */ - city: string[]; + city_pattern: string[]; /** * The names of actual cities. |
