minor change to Collectable introduction

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334856 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2014-09-12 20:04:02 +00:00
parent 3a1d52684b
commit b71e04ef89

View file

@ -12,7 +12,12 @@
<section xml:id="collectable.intro">
&reftitle.intro;
<para>
Collectable objects are intended to be used by the Pool class, replacing Threaded objects as the unit of work, they provide methods to set and detect the collectability of an object.
Represents a garbage-collectable object.
</para>
<para>
Collectable objects are intended to be used by the <classname>Pool</classname> class,
replacing <classname>Threaded</classname> objects as the unit of work.
They provide methods to set and detect the collectability of an object.
</para>
</section>
<!-- }}} -->