From 36e65fcbcfe3a6e9401101400592a0f31eeb7acc Mon Sep 17 00:00:00 2001 From: Wouter Sioen Date: Fri, 22 Apr 2016 14:35:35 +0200 Subject: [PATCH] Fix typo in VarDumper README --- 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 78ba1b29e8..3b5d55f5f5 100644 --- a/src/Symfony/Component/VarDumper/README.md +++ b/src/Symfony/Component/VarDumper/README.md @@ -2,7 +2,7 @@ VarDumper Component =================== The VarDumper component provides mechanisms for walking through any arbitrary -PHP variable. Built on top, it provides a better `dump()`` function that you +PHP variable. Built on top, it provides a better `dump()` function that you can use instead of `var_dump`. Resources