diff options
| author | Shinigami <[email protected]> | 2023-04-21 23:39:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-21 21:39:04 +0000 |
| commit | 3529ef7a97513286ef9ecfdfb3a460bd9723f69f (patch) | |
| tree | 03891648489e2103738518c2c6dfe2dbf2a2a5f1 /src/definitions | |
| parent | 14a033a9435ecff907511368ada5be59e7bb9594 (diff) | |
| download | faker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.tar.xz faker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.zip | |
refactor(location)!: rename definition street to street_pattern (#2051)
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 6987327d..7e2403aa 100644 --- a/src/definitions/location.ts +++ b/src/definitions/location.ts @@ -79,7 +79,7 @@ export type LocationDefinitions = LocaleEntry<{ /** * The patterns to generate street names. */ - street: string[]; + street_pattern: string[]; /** * The names of actual streets. |
