Avoid duplicated "when"s [ci skip]

This commit is contained in:
Takashi Kokubun 2020-06-26 01:40:18 -07:00
parent a0aacd2efc
commit ad1ebefefe
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -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