fixed typo
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 11 Mar 2011 18:09:05 +0000 (19:09 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 11 Mar 2011 18:09:05 +0000 (19:09 +0100)
doc/recipes.rst

index d948cfa..633f4f0 100644 (file)
@@ -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
 }