10000 Fixed typo RecursiveIterator -> RecursiveIteratorIterator · symfony/symfony@b11dcce · GitHub
[go: up one dir, main page]

Skip to content

Commit b11dcce

Browse files
authored
Fixed typo RecursiveIterator -> RecursiveIteratorIterator
1 parent ffb07c6 commit b11dcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Util/InheritDataAwareIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Contrary to \ArrayIterator, this iterator recognizes changes in the original
1818
* array during iteration.
1919
*
20-
* You can wrap the iterator into a {@link \RecursiveIterator} in order to
20+
* You can wrap the iterator into a {@link \RecursiveIteratorIterator} in order to
2121
* enter any child form that inherits its parent's data and iterate the children
2222
* of that form as well.
2323
*

0 commit comments

Comments
 (0)
0