summaryrefslogtreecommitdiffhomepage
path: root/mrblib/array.rb
diff options
context:
space:
mode:
Diffstat (limited to 'mrblib/array.rb')
-rw-r--r--mrblib/array.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/array.rb b/mrblib/array.rb
index 881f22df7..50f851fd2 100644
--- a/mrblib/array.rb
+++ b/mrblib/array.rb
@@ -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)