diff --git a/src/modules/helpers/index.ts b/src/modules/helpers/index.ts index 91ef54d90bf..41106655fb6 100644 --- a/src/modules/helpers/index.ts +++ b/src/modules/helpers/index.ts @@ -73,7 +73,9 @@ function getRepetitionsBasedOnQuantifierParameters( } /** - * Replaces the regex like expressions in the given string with matching values. Note: This method will be removed in v9. + * Replaces the regex like expressions in the given string with matching values. + * + * Note: This method will be removed in v9. * * Supported patterns: * - `.{times}` => Repeat the character exactly `times` times.