From 2757f482c679aa00bb8c7fdfcb337f2bb922fa5a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 11 Dec 2012 15:30:16 +0100 Subject: [PATCH] fixed small typo in the docs --- doc/advanced.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/advanced.rst b/doc/advanced.rst index 869c112..06ad771 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -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 -- 1.7.2.5