diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2024-10-04 13:36:36 -0400 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2024-10-04 13:36:36 -0400 |
| commit | f77517f473c38e3fcef72c23de977a44da881caf (patch) | |
| tree | 1116a8b301b4cbc6b1e2c70ffc3874699ce626ab /array.c | |
| parent | c7dc7da2ee29322980a143d7125e22c11b540012 (diff) | |
[DOC] Minor adjustment for Array#min
Diffstat (limited to 'array.c')
| -rw-r--r-- | array.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6125,7 +6125,7 @@ ary_min_opt_string(VALUE ary, long i, VALUE vmin) * With a block given, the block must return a numeric. * * With a block and no argument, calls the block <tt>self.size - 1</tt> times to compare elements; - * returns the element having the minimum return value per the block: + * returns the element having the minimum value per the block: * * ['0', '', '000', '00'].min {|a, b| a.size <=> b.size } * # => "" |
