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

ruby-changes:7698

From: akr <ko1@a...>
Date: Sun, 7 Sep 2008 20:09:47 +0900 (JST)
Subject: [ruby-changes:7698] Ruby:r19219 (trunk): fix a typo.

akr	2008-09-07 20:07:31 +0900 (Sun, 07 Sep 2008)

  New Revision: 19219

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

  Log:
    fix a typo.

  Modified files:
    trunk/array.c

Index: array.c
===================================================================
--- array.c	(revision 19218)
+++ array.c	(revision 19219)
@@ -3012,7 +3012,7 @@
  *     array.sample        -> obj
  *     array.sample(n)     -> an_array
  *  
- *  Choose a random element, or the random +n+ elements, fron the array.
+ *  Choose a random element, or the random +n+ elements, from the array.
  *  If the array is empty, the first form returns <code>nil</code>, and the
  *  second form returns an empty array.
  *  

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

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