Skip to content

Commit

Permalink
Fixed typo RecursiveIterator -> RecursiveIteratorIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov authored May 6, 2018
1 parent 0c346b8 commit a9d3893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/InheritDataAwareIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Contrary to \ArrayIterator, this iterator recognizes changes in the original
* array during iteration.
*
* You can wrap the iterator into a {@link \RecursiveIterator} in order to
* You can wrap the iterator into a {@link \RecursiveIteratorIterator} in order to
* enter any child form that inherits its parent's data and iterate the children
* of that form as well.
*
Expand Down

0 comments on commit a9d3893

Please sign in to comment.