Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pborreli committed Nov 16, 2014
1 parent dba2f5f commit 0fbb75c
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 0fbb75c

Please sign in to comment.