summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-27 15:42:37 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-27 15:42:37 +0000
commit3f5e567a475e05c9922ad343dde3cbfb85fa153d (patch)
tree85dc989966b3bc2f96d20f37aace05f1d85b12d5 /random.c
parent190bc7ae0e7346cc572129eea314c06c1c51cfe8 (diff)
* random.c: Documentation fix for Random#bytes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32255 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 cb3de6e7eb..0cffbab240 100644
--- a/random.c
+++ b/random.c
@@ -921,7 +921,7 @@ rb_random_real(VALUE obj)
}
/*
- * call-seq: prng.bytes(size) -> prng
+ * call-seq: prng.bytes(size) -> a_string
*
* Returns a random binary string. The argument size specified the length of
* the result string.