From: Fabien Potencier Date: Fri, 11 Mar 2011 18:09:05 +0000 (+0100) Subject: fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=720cc7e2e10ca10a9bb00b258a967255744177b4;p=konrad%2Ftwig.git fixed typo --- diff --git a/doc/recipes.rst b/doc/recipes.rst index d948cfa..633f4f0 100644 --- a/doc/recipes.rst +++ b/doc/recipes.rst @@ -252,7 +252,7 @@ try { $twig->parse($twig->tokenize($template)); // the $template is valid -} catch (\Twig_Error_Syntax $e) { +} catch (Twig_Error_Syntax $e) { // $template contains one or more syntax errors }