diff options
| author | ST-DDT <[email protected]> | 2024-03-05 22:33:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-05 22:33:35 +0100 |
| commit | ade91fd30d6b5fbcc2ab2534502467b1e0f3b086 (patch) | |
| tree | ee823735e3141a452297aae4db6a208ce89241ea /src/modules/word | |
| parent | 489bbc243f3094464888bdf7fb90835fcfa57691 (diff) | |
| download | faker-ade91fd30d6b5fbcc2ab2534502467b1e0f3b086.tar.xz faker-ade91fd30d6b5fbcc2ab2534502467b1e0f3b086.zip | |
docs: improve jsdocs default texts (#2717)
Diffstat (limited to 'src/modules/word')
| -rw-r--r-- | src/modules/word/filter-word-list-by-length.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/word/filter-word-list-by-length.ts b/src/modules/word/filter-word-list-by-length.ts index f3fcd5ab..53522942 100644 --- a/src/modules/word/filter-word-list-by-length.ts +++ b/src/modules/word/filter-word-list-by-length.ts @@ -53,7 +53,7 @@ string, // Parameters<filterWordListByLength>[0]['strategy'] * @param options The options to provide. * @param options.wordList A list of words to filter. * @param options.length The exact or the range of lengths the words should have. - * @param options.strategy The strategy to apply when no words with a matching length are found. Defaults to 'any-length'. + * @param options.strategy The strategy to apply when no words with a matching length are found. Defaults to `'any-length'`. * * Available error handling strategies: * |
