minor #12493 Fixed minor typo (pborreli)

This PR was merged into the 2.6 branch.

Discussion
----------

Fixed minor typo

Commits
-------

0fbb75c Fixed minor typo
This commit is contained in:
Fabien Potencier 2014-11-16 18:19:32 +01:00
commit e318b03130

View File

@ -5,7 +5,7 @@ This component provides a mechanism that allows exploring then dumping
any PHP variable. any PHP variable.
It handles scalars, objects and resources properly, taking hard and soft It handles scalars, objects and resources properly, taking hard and soft
references into account. More than being immune to inifinite recursion references into account. More than being immune to infinite recursion
problems, it allows dumping where references link to each other. problems, it allows dumping where references link to each other.
It explores recursive structures using a breadth-first algorithm. It explores recursive structures using a breadth-first algorithm.