From b71e04ef89faa7eba5cc3b458d0d8144b48c2341 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Fri, 12 Sep 2014 20:04:02 +0000 Subject: [PATCH] minor change to Collectable introduction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334856 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pthreads/collectable.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/pthreads/collectable.xml b/reference/pthreads/collectable.xml index 0bea836ba1..b8d616a372 100644 --- a/reference/pthreads/collectable.xml +++ b/reference/pthreads/collectable.xml @@ -12,7 +12,12 @@
&reftitle.intro; - 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. + + + 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.