Skip to content

Commit

Permalink
chore: apply suggestion from other PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Nov 25, 2023
1 parent 3fbe50e commit f83fb95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f83fb95

Please sign in to comment.