1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Fixed a typo in a comment [ci skip]

ce373417f3
This commit is contained in:
Nobuyoshi Nakada 2020-11-22 22:03:09 +09:00 committed by aycabta
parent cbf6a7f906
commit b5effe07bd

View file

@ -384,7 +384,7 @@ class RubyLex
end end
else else
if in_oneliner_def == :BODY if in_oneliner_def == :BODY
# one[-liner method definition # one-liner method definition
depth_difference -= 1 depth_difference -= 1
end end
in_oneliner_def = nil in_oneliner_def = nil