mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
enum.c: [DOC] Fix typo [ci skip][Fix GH-904]
Patch provided by @jwworth git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2351d88f51
commit
8305152dc0
1 changed files with 1 additions and 1 deletions
2
enum.c
2
enum.c
|
@ -1700,7 +1700,7 @@ minmax_ii(RB_BLOCK_CALL_FUNC_ARGLIST(i, _memo))
|
|||
* enum.minmax -> [min, max]
|
||||
* enum.minmax { |a, b| block } -> [min, max]
|
||||
*
|
||||
* Returns two elements array which contains the minimum and the
|
||||
* Returns a two element array which contains the minimum and the
|
||||
* maximum value in the enumerable. The first form assumes all
|
||||
* objects implement <code>Comparable</code>; the second uses the
|
||||
* block to return <em>a <=> b</em>.
|
||||
|
|
Loading…
Reference in a new issue