From 505f659e4359a39b6e7949209071ba663b751151 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 3 Dec 2023 01:07:39 +0100 Subject: docs: check and improve handling of duplicate tags (#2444) --- src/modules/helpers/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/helpers/index.ts b/src/modules/helpers/index.ts index 26de107d..6e993c84 100644 --- a/src/modules/helpers/index.ts +++ b/src/modules/helpers/index.ts @@ -417,8 +417,8 @@ export class SimpleHelpersModule extends SimpleModuleBase { * * @param pattern The template string/RegExp to generate a matching string for. * - * @throws If min value is more than max value in quantifier. e.g. `#{10,5}` - * @throws If invalid quantifier symbol is passed in. + * @throws If min value is more than max value in quantifier, e.g. `#{10,5}`. + * @throws If an invalid quantifier symbol is passed in. * * @example * faker.helpers.fromRegExp('#{5}') // '#####' -- cgit v1.2.3