diff --git a/reference/spl/multipleiterator/current.xml b/reference/spl/multipleiterator/current.xml index f17f300f29..81c61cec22 100644 --- a/reference/spl/multipleiterator/current.xml +++ b/reference/spl/multipleiterator/current.xml @@ -29,8 +29,8 @@ &reftitle.returnvalues; - An array of all registered iterator instances, - or &false; if no sub iterator is attached. + An array containing the current values of each attached iterator, + or &false; if no iterators are attached.