1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-10-14 06:11:05 +00:00
parent 204692c5ad
commit e8c234577f

View file

@ -111,7 +111,7 @@ Tue Oct 9 18:01:37 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
precision of long may be larger than double. precision of long may be larger than double.
* random.c (rb_random_ulong_limited): new function to return a random * random.c (rb_random_ulong_limited): new function to return a random
value from 0 upto limit as unsigned long, simillary to value from 0 upto limit as unsigned long, similarly to
rb_genrand_ulong_limited but with arbitrary RNG object. rb_genrand_ulong_limited but with arbitrary RNG object.
Tue Oct 9 17:13:27 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> Tue Oct 9 17:13:27 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>