mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix a typo in comment
elment -> element
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ class Array
|
||||
|
||||
##
|
||||
# Calls the given block for each element of +self+
|
||||
# and pass the index of the respective elment.
|
||||
# and pass the index of the respective element.
|
||||
#
|
||||
# ISO 15.2.12.5.11
|
||||
def each_index(&block)
|
||||
|
||||
Reference in New Issue
Block a user