diff options
| author | ST-DDT <[email protected]> | 2023-04-17 10:13:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-17 08:13:48 +0000 |
| commit | 62b1aed46b108b08b25fcedf8d2606870cffb233 (patch) | |
| tree | 8626a5101dfb7a63752397f8e02d914ed1c5c225 /src/utils | |
| parent | 153e0ca29742c42814a97117f7d976f23e93c0d4 (diff) | |
| download | faker-62b1aed46b108b08b25fcedf8d2606870cffb233.tar.xz faker-62b1aed46b108b08b25fcedf8d2606870cffb233.zip | |
chore: consistent jsdocs tag formatting (#2056)
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/merge-locales.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/merge-locales.ts b/src/utils/merge-locales.ts index 1a69f541..e8bdef33 100644 --- a/src/utils/merge-locales.ts +++ b/src/utils/merge-locales.ts @@ -7,6 +7,7 @@ import type { LocaleDefinition } from '..'; * Mutating the category entries in the returned locale will also mutate the entries in the respective source locale. * * @param locales The locales to merge. + * * @returns The newly merged locale. * * @example |
