ruby-changes:27400
From: zzak <ko1@a...>
Date: Sun, 24 Feb 2013 13:40:07 +0900 (JST)
Subject: [ruby-changes:27400] zzak:r39452 (ruby_2_0_0): * vm.c: Typo in ObjectSpace::WeakMap overview [Backport #7933]
zzak 2013-02-24 13:39:54 +0900 (Sun, 24 Feb 2013) New Revision: 39452 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39452 Log: * vm.c: Typo in ObjectSpace::WeakMap overview [Backport #7933] Modified files: branches/ruby_2_0_0/ChangeLog branches/ruby_2_0_0/gc.c Index: ruby_2_0_0/ChangeLog =================================================================== --- ruby_2_0_0/ChangeLog (revision 39451) +++ ruby_2_0_0/ChangeLog (revision 39452) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1 +Sat Feb 23 16:05:00 2013 Zachary Scott <zachary@z...> + + * vm.c: Typo in ObjectSpace::WeakMap overview [Backport #7933] + Sat Feb 23 16:00:00 2013 Zachary Scott <zachary@z...> * thread.c: Improved rdoc for ::handle_interrupt, ::pending_interrupt? Index: ruby_2_0_0/gc.c =================================================================== --- ruby_2_0_0/gc.c (revision 39451) +++ ruby_2_0_0/gc.c (revision 39452) @@ -4442,7 +4442,7 @@ rb_gcdebug_sentinel(VALUE obj, const cha https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/gc.c#L4442 * Document-class: ObjectSpace::WeakMap * * An ObjectSpace::WeakMap object holds references to - * any objects, but those objects can get be garbage collected. + * any objects, but those objects can get garbage collected. * * This class is mostly used internally by WeakRef, please use * +lib/weakref.rb+ for the public interface. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/