Remove broken link in docs
This commit is contained in:
parent
cacb36bedb
commit
41a02723e6
1 changed files with 1 additions and 2 deletions
|
|
@ -4636,8 +4636,7 @@ objects that have already been marked). Those objects, in turn, may
|
|||
reference other objects. This process will continue until all active
|
||||
objects have been "marked." After the mark phase comes the sweep phase.
|
||||
In the sweep phase, all objects that have not been marked will be
|
||||
garbage collected. For more information about the Ruby garbage
|
||||
collector please refer to <a href="http://rubygarden.org/ruby/ruby?GCAndExtensions"> <span style="text-decoration: underline;">http://rubygarden.org/ruby/ruby?GCAndExtensions</span></a>.</p>
|
||||
garbage collected. </p>
|
||||
|
||||
<p>The Ruby C/API provides extension developers two hooks into
|
||||
the garbage collector - a "mark" function and a "sweep" function. By
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue