diff --git a/components/finder.rst b/components/finder.rst index 7180ffcb866..9d9c7331809 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -51,7 +51,7 @@ the Finder instance. .. tip:: - A Finder instance is a PHP :phpclass:`Iterator`. So, in addition to iterating over the + A Finder instance is a PHP :phpclass:`IteratorAggregate`. So, in addition to iterating over the Finder with ``foreach``, you can also convert it to an array with the :phpfunction:`iterator_to_array` method, or get the number of items with :phpfunction:`iterator_count`.