Skip to content

Commit ac4c516

Browse files
committed
minor symfony#10683 Typo fix (Geekimo)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes symfony#10683). Discussion ---------- Typo fix iterator_to_array is not a method, it's a function. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- d1035ad Typo fix
2 parents f54067b + d1035ad commit ac4c516

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
@@ -53,7 +53,7 @@ the Finder instance.
5353

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

5959
.. caution::

0 commit comments

Comments
 (0)