summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorsampatbadhe <sampat.badhe@kiprosh.com>2022-12-21 00:18:40 +0530
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-21 08:20:23 +0900
commit2c3475d96ee63871cd14612dd6d113f7c73f6353 (patch)
tree33f8aa2bc60ee53b7cebfb445c26a44ad1ea6b5b /NEWS.md
parent33debffdd3aa0ef9752857530c125f0a889db970 (diff)
correct typo [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6973
Diffstat (limited to 'NEWS.md')
-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]]