Commit c75402a5 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Fix typo in `mrblib/range.rb` [ci skip]

parent 3b061a90
......@@ -26,7 +26,7 @@ class Range
return self
end
if val.kind_of?(String) && last.kind_of?(String) # fixnums are special
if val.kind_of?(String) && last.kind_of?(String) # strings are special
if val.respond_to? :upto
return val.upto(last, exclude_end?, &block)
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment