ruby-changes:26848
From: drbrain <ko1@a...>
Date: Wed, 23 Jan 2013 10:20:58 +0900 (JST)
Subject: [ruby-changes:26848] drbrain:r38900 (trunk): * lib/README: Fixed typo. Patch by Pradeep Sahoo.
drbrain 2013-01-23 10:20:44 +0900 (Wed, 23 Jan 2013) New Revision: 38900 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38900 Log: * lib/README: Fixed typo. Patch by Pradeep Sahoo. Fixes #240 on github Modified files: trunk/ChangeLog trunk/lib/README Index: ChangeLog =================================================================== --- ChangeLog (revision 38899) +++ ChangeLog (revision 38900) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Jan 23 10:20:08 2013 Eric Hodel <drbrain@s...> + + * lib/README: Fixed typo. Patch by Pradeep Sahoo. + Fixes #240 on github + Wed Jan 23 09:53:39 2013 Eric Hodel <drbrain@s...> * lib/rdoc/servlet.rb: Fixed display of site and home documentation. Index: lib/README =================================================================== --- lib/README (revision 38899) +++ lib/README (revision 38900) @@ -49,7 +49,7 @@ prettyprint.rb:: pretty printing algorit https://github.com/ruby/ruby/blob/trunk/lib/README#L49 prime.rb prime numbers and factorization profile.rb:: runs ruby profiler profiler.rb:: ruby profiler module -pstore.rb:: persistent object strage using marshal +pstore.rb:: persistent object storage using marshal racc/parser.rb:: racc (Ruby yACC) runtime rake.rb:: Ruby Make rational.rb:: rational number support (obsolete) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/