Skip to content

Commit

Permalink
minor rdoc typo in enum#min
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
dave committed Jul 14, 2004
1 parent 03fc2ae commit 91c9ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enum.c
Expand Up @@ -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
Expand Down

0 comments on commit 91c9ac2

Please sign in to comment.