summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-03 19:49:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-03 19:49:43 +0000
commit299d8fb1b7c10eb1b6a5961856addbe61149b549 (patch)
treed094d0434cc7aa1d648efce7c3497fe90ff0cb48 /random.c
parentc0a09d9594564df9d5b7d6992dfe25c0a616d1fb (diff)
* random.c (random_rand): fixed rdoc. [ruby-core:25332]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'random.c')
-rw-r--r--random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.c b/random.c
index 5556bded3e..b9383f9cfc 100644
--- a/random.c
+++ b/random.c
@@ -957,7 +957,7 @@ float_value(VALUE v)
*
* When the argument is an +Integer+ or a +Bignum+, it returns a
* random integer greater than or equal to zero and less than the
- * argument. Unlike Random#rand, when the argument is a negative
+ * argument. Unlike Random.rand, when the argument is a negative
* integer or zero, it raises an ArgumentError.
*
* When the argument is a +Float+, it returns a random floating point