minor rdoc typo in enum#min

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
dave 2004-07-14 13:02:27 +00:00
parent 03fc2ae03e
commit 91c9ac216a

2
enum.c
View file

@ -661,7 +661,7 @@ min_ii(i, memo)
*
* a = %w(albatross dog horse)
* a.min #=> "albatross"
* a.max {|a,b| a.length <=> b.length } #=> "dog"
* a.min {|a,b| a.length <=> b.length } #=> "dog"
*/
static VALUE