From 720cc7e2e10ca10a9bb00b258a967255744177b4 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 11 Mar 2011 19:09:05 +0100 Subject: [PATCH] fixed typo --- doc/recipes.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 } -- 1.7.2.5