summaryrefslogtreecommitdiffhomepage
path: root/mrblib/array.rb
diff options
context:
space:
mode:
authorYoji SHIDARA <[email protected]>2012-12-16 11:10:15 +0900
committerYoji SHIDARA <[email protected]>2012-12-16 11:10:15 +0900
commitaff4865f4568293cbb13fdc3e89607ca1731bba9 (patch)
tree142836cb88c9947dc83b74bc7eb9b6bd42f8467e /mrblib/array.rb
parent404ad702db6b421eed9e5245edcb7c57eff9b359 (diff)
downloadmruby-aff4865f4568293cbb13fdc3e89607ca1731bba9.tar.gz
mruby-aff4865f4568293cbb13fdc3e89607ca1731bba9.zip
Fix a typo in comment
elment -> element
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)