Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Cheng <[email protected]>
  • Loading branch information
ST-DDT and ejcheng authored Feb 20, 2025
1 parent f8f9ef1 commit 983db41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/faker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class Faker extends SimpleFaker {
* @param options The options to use.
* @param options.locale The locale data to use for this instance.
* If an array is provided, the first locale that has a definition for a given property will be used.
* Please make sure that all required locales including parent locales are present e.g. `[de_AT, de, en, base]`.
* Please make sure that all required locales and their parent locales are present, e.g. `[de_AT, de, en, base]`.
* @param options.randomizer The Randomizer to use.
* Specify this only if you want to use it to achieve a specific goal,
* such as sharing the same random generator with other instances/tools.
Expand Down Expand Up @@ -150,7 +150,7 @@ export class Faker extends SimpleFaker {
/**
* The locale data to use for this instance.
* If an array is provided, the first locale that has a definition for a given property will be used.
* Please make sure that all required locales including parent locales are present e.g. `[de_AT, de, en, base]`.
* Please make sure that all required locales and their parent locales are present, e.g. `[de_AT, de, en, base]`.
*
* @see mergeLocales(): For more information about how the locales are merged.
*/
Expand Down

0 comments on commit 983db41

Please sign in to comment.