Small comment fix in mrblib/array.c.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-07-22 14:18:45 +09:00
parent 670622f45d
commit 914da3d712
+1 -1
View File
@@ -12,7 +12,7 @@ class Array
# ISO 15.2.12.5.10
# def each(&block)
# return to_enum :each unless block
#
# idx = 0
# while idx < length
# block.call(self[idx])