Skip to content

Commit

Permalink
minor symfony#12493 Fixed minor typo (pborreli)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.6 branch.

Discussion
----------

Fixed minor typo

Commits
-------

0fbb75c Fixed minor typo
  • Loading branch information
fabpot committed Nov 16, 2014
2 parents dba2f5f + 0fbb75c commit e318b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/VarDumper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This component provides a mechanism that allows exploring then dumping
any PHP variable.

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.
It explores recursive structures using a breadth-first algorithm.

Expand Down

0 comments on commit e318b03

Please sign in to comment.