Merge pull request #631 from darashi/fix-typo

Fix a typo in comment
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-12-16 14:32:53 -08:00
+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)