Skip to content

Commit 1ccb5e0

Browse files
jordanlevxabbuh
authored andcommitted
Tiny clarification to Finder component docs
Change wording of how to use Finder Iterator (old wording seemed to suggest that you *can't* iterate via `foreach` loop).
1 parent ef31047 commit 1ccb5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ the Finder instance.
5050

5151
.. tip::
5252

53-
A Finder instance is a PHP :phpclass:`Iterator`. So, instead of iterating over the
53+
A Finder instance is a PHP :phpclass:`Iterator`. So, in addition to iterating over the
5454
Finder with ``foreach``, you can also convert it to an array with the
5555
:phpfunction:`iterator_to_array` method, or get the number of items with
5656
:phpfunction:`iterator_count`.

0 commit comments

Comments
 (0)