From aff4865f4568293cbb13fdc3e89607ca1731bba9 Mon Sep 17 00:00:00 2001 From: Yoji SHIDARA Date: Sun, 16 Dec 2012 11:10:15 +0900 Subject: Fix a typo in comment elment -> element --- mrblib/array.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrblib/array.rb') 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) -- cgit v1.2.3