diff --git a/components/finder.rst b/components/finder.rst index 232fc2f7647..c0c03b1306d 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -50,7 +50,7 @@ the Finder instance. .. tip:: - A Finder instance is a PHP :phpclass:`Iterator`. So, instead of iterating over the + A Finder instance is a PHP :phpclass:`Iterator`. 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`.