projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
27b3843
)
fixed small typo in the docs
author
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 11 Dec 2012 14:30:16 +0000 (15:30 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 11 Dec 2012 14:30:16 +0000 (15:30 +0100)
doc/advanced.rst
patch
|
blob
|
history
diff --git
a/doc/advanced.rst
b/doc/advanced.rst
index
869c112
..
06ad771
100644
(file)
--- 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