Commit c071ad13 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2210 from yui-knk/fix-typo

fix typo
parents 91cc8949 aac39921
...@@ -46,7 +46,7 @@ assert('Range#first', '15.2.14.4.7') do ...@@ -46,7 +46,7 @@ assert('Range#first', '15.2.14.4.7') do
assert_equal 1, (1..10).first assert_equal 1, (1..10).first
end end
assert('Range#include', '15.2.14.4.8') do assert('Range#include?', '15.2.14.4.8') do
a = (1..10) a = (1..10)
assert_true a.include?(5) assert_true a.include?(5)
......
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