mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Small comment fix in mrblib/array.c.
This commit is contained in:
+1
-1
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user