fixed small typo in the docs
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 11 Dec 2012 14:30:16 +0000 (15:30 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 11 Dec 2012 14:30:16 +0000 (15:30 +0100)
doc/advanced.rst

index 869c112..06ad771 100644 (file)
@@ -154,7 +154,7 @@ And here is how to use it in a template:
 
     {{ 'Twig'|rot13 }}
 
-    {# will output giwT #}
+    {# will output Gjvt #}
 
 When called by Twig, the PHP callable receives the left side of the filter
 (before the pipe ``|``) as the first argument and the extra arguments passed