diff options
| author | Sampat Badhe <sampatbadhe@gmail.com> | 2024-05-24 11:45:51 +0530 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-05-24 17:00:15 +0900 |
| commit | e49d68bf2732cf467a1532283de4a1716e238677 (patch) | |
| tree | 904ddbed31d3b720de278092793a2bee990ad1f9 | |
| parent | acdd19facc0cfe18875d1f053689cbfc317f37c1 (diff) | |
correct typo [ci skip]
| -rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]] |
