From 45d7c84f2a6193ac595145ff2f66716004e1635b Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 7 Sep 2008 11:07:31 +0000 Subject: fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index 1f6140d265..e33c7bc0b1 100644 --- a/array.c +++ b/array.c @@ -3012,7 +3012,7 @@ rb_ary_shuffle(VALUE ary) * 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 nil, and the * second form returns an empty array. * -- cgit v1.2.3