summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 744cf6a580..7d157160c2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -245,7 +245,7 @@ Note: We're only listing outstanding class updates.
* The cache-based optimization is introduced.
Many (but not all) Regexp matching is now in linear time, which
will prevent regular expression denial of service (ReDoS)
- vulnearbility. [[Feature #19104]]
+ vulnerability. [[Feature #19104]]
* Regexp.linear_time? is introduced. [[Feature #19194]]