[前][次][番号順一覧][スレッド一覧]

ruby-changes:38629

From: gogotanaka <ko1@a...>
Date: Mon, 1 Jun 2015 14:39:12 +0900 (JST)
Subject: [ruby-changes:38629] gogotanaka:r50710 (trunk): enum.c: [DOC] Fix typo [ci skip][Fix GH-904]

gogotanaka	2015-06-01 14:38:59 +0900 (Mon, 01 Jun 2015)

  New Revision: 50710

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50710

  Log:
    enum.c: [DOC] Fix typo [ci skip][Fix GH-904]
    Patch provided by @jwworth

  Modified files:
    trunk/enum.c
Index: enum.c
===================================================================
--- enum.c	(revision 50709)
+++ enum.c	(revision 50710)
@@ -1700,7 +1700,7 @@ minmax_ii(RB_BLOCK_CALL_FUNC_ARGLIST(i, https://github.com/ruby/ruby/blob/trunk/enum.c#L1700
  *     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>.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]