summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-06-26 01:40:18 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-06-26 01:40:20 -0700
commitad1ebefefe0375c9aa3d322327d7833d1fa384df (patch)
treeaee0cdb8cd502c09c598e95696bbdad38dba46ce /NEWS.md
parenta0aacd2efcec336eefa3ba17d56af1eaae896ef0 (diff)
Avoid duplicated "when"s [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 1f2e3eee6c..4c9d975078 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -239,8 +239,8 @@ Excluding feature bug fixes.
a keyword splat to a method that accepts specific keywords
does not allocate a hash.
-* `super` is optimized when the same type of method is called in the previous call,
- when it's not refinements or an attr reader or writer.
+* `super` is optimized when the same type of method is called in the previous call
+ if it's not refinements or an attr reader or writer.
### JIT