From 0fbb75c8e47a412c1b2642c1ddff358499c17c1f Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Sun, 16 Nov 2014 15:23:53 +0000 Subject: [PATCH] Fixed minor typo --- src/Symfony/Component/VarDumper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/VarDumper/README.md b/src/Symfony/Component/VarDumper/README.md index 3eb3ef2405..71bff335a7 100644 --- a/src/Symfony/Component/VarDumper/README.md +++ b/src/Symfony/Component/VarDumper/README.md @@ -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.