8000 Typo fix · symfony/symfony-docs@d1035ad · GitHub
[go: up one dir, main page]

Skip to content

Commit d1035ad

Browse files
ABRAHAM Morganjaviereguiluz
ABRAHAM Morgan
authored andcommitted
Typo fix
iterator_to_array is not a method, it's a function.
1 parent f54067b commit d1035ad

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)
0