Fix a typo in comment

elment ->
element
This commit is contained in:
Yoji SHIDARA
2012-12-16 11:10:15 +09:00
parent 404ad702db
commit aff4865f45
+1 -1
View File
@@ -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)