apply docs review suggestion

This commit is contained in:
Jami Cogswell
2022-11-21 13:39:46 -05:00
parent 13decd38d9
commit 9e2ec9d12f

View File

@@ -25,7 +25,7 @@ The following example shows an HTTP request parameter that is used to construct
</p>
<p>
In the first case the user-provided regex is not escaped.
If a malicious user provides a regex that has exponential worst case performance,
If a malicious user provides a regex whose worst-case performance is exponential,
then this could lead to a Denial of Service.
</p>
<p>