apply suggestion from review

Co-authored-by: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2023-07-13 14:17:33 +02:00
committed by GitHub
parent 8676516cb9
commit 9db970f055

View File

@@ -25,7 +25,7 @@ possible. These libraries are more likely to handle corner cases and ensure effe
<p> <p>
If a library is not an option, you can consider alternative strategies to fix the issue. For example, If a library is not an option, you can consider alternative strategies to fix the issue. For example,
applying the regular expression replacement repeatedly until no more replacements can be performed or to rewrite the regular applying the regular expression replacement repeatedly until no more replacements can be performed, or rewriting the regular
expression to match single characters instead of the entire unsafe text. expression to match single characters instead of the entire unsafe text.
</p> </p>
</recommendation> </recommendation>