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

* vm.c: Typo in ObjectSpace::WeakMap overview

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-02-23 07:06:10 +00:00
parent 5f2e433813
commit a14f02f0e0
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Feb 23 16:05:00 2013 Zachary Scott <zachary@zacharyscott.net>
* vm.c: Typo in ObjectSpace::WeakMap overview
Sat Feb 23 16:00:00 2013 Zachary Scott <zachary@zacharyscott.net>
* thread.c: Improved rdoc for ::handle_interrupt, ::pending_interrupt?

2
gc.c
View file

@ -4442,7 +4442,7 @@ rb_gcdebug_sentinel(VALUE obj, const char *name)
* 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.