ruby-changes:25127
From: kazu <ko1@a...>
Date: Sun, 14 Oct 2012 15:11:19 +0900 (JST)
Subject: [ruby-changes:25127] kazu:r37179 (trunk): fix a typo
kazu 2012-10-14 15:11:05 +0900 (Sun, 14 Oct 2012) New Revision: 37179 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37179 Log: fix a typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 37178) +++ ChangeLog (revision 37179) @@ -111,7 +111,7 @@ precision of long may be larger than double. * 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. Tue Oct 9 17:13:27 2012 Nobuyoshi Nakada <nobu@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/