fix comment

This commit is contained in:
Kouki Ooyatsu
2013-03-08 10:41:38 +09:00
parent 6dfc276230
commit d3ff90f5fc
+1 -1
View File
@@ -5,6 +5,6 @@ assert('Integer#chr') do
assert_equal(65.chr, "A")
assert_equal(0x42.chr, "B")
# encoding multibyte (not support yet)
# multibyte encoding (not support yet)
assert_raise(RangeError) { 12345.chr }
end