diff --git a/components/finder.rst b/components/finder.rst index 7180ffcb866..b5fa1a81abb 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -53,7 +53,7 @@ the Finder instance. 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_to_array` function, or get the number of items with :phpfunction:`iterator_count`. .. caution::