From ade91fd30d6b5fbcc2ab2534502467b1e0f3b086 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Tue, 5 Mar 2024 22:33:35 +0100 Subject: docs: improve jsdocs default texts (#2717) --- src/modules/word/filter-word-list-by-length.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/word') 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[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: * -- cgit v1.2.3