projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e8fa22a
)
fixed typo
author
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 11 Mar 2011 18:09:05 +0000 (19:09 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 11 Mar 2011 18:09:05 +0000 (19:09 +0100)
doc/recipes.rst
patch
|
blob
|
history
diff --git
a/doc/recipes.rst
b/doc/recipes.rst
index
d948cfa
..
633f4f0
100644
(file)
--- 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
}