summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSampat Badhe <sampatbadhe@gmail.com>2024-05-24 11:45:51 +0530
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-05-24 17:00:15 +0900
commite49d68bf2732cf467a1532283de4a1716e238677 (patch)
tree904ddbed31d3b720de278092793a2bee990ad1f9
parentacdd19facc0cfe18875d1f053689cbfc317f37c1 (diff)
correct typo [ci skip]
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index c055d14f8d..9ec9448d89 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -124,7 +124,7 @@ See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/log
a warning on verbose mode (`-w`).
[[Feature #15554]]
-* Redefining some core methods that are specially optimized by the interpeter
+* Redefining some core methods that are specially optimized by the interpreter
and JIT like `String.freeze` or `Integer#+` now emits a performance class
warning (`-W:performance` or `Warning[:performance] = true`).
[[Feature #20429]]