diff options
| author | DivisionByZero <[email protected]> | 2023-05-04 18:37:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-04 16:37:18 +0000 |
| commit | 97657b1db83a193fab576b1fcafce48ee0c13dad (patch) | |
| tree | e5c67234159882b8ef8ef1203af03f3ed2203088 /src/modules | |
| parent | 2e9ed960e3a11e4dcb78a434563fc04890c00c3d (diff) | |
| download | faker-97657b1db83a193fab576b1fcafce48ee0c13dad.tar.xz faker-97657b1db83a193fab576b1fcafce48ee0c13dad.zip | |
docs(location): mention real cities (#2118)
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/location/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/location/index.ts b/src/modules/location/index.ts index 5b5d37a1..1b8455d0 100644 --- a/src/modules/location/index.ts +++ b/src/modules/location/index.ts @@ -140,7 +140,7 @@ export class LocationModule { } /** - * Generates a random fictional city name for the locale. + * Generates a random localized city name. * * @example * faker.location.city() // 'East Jarretmouth' |
