projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
459720f
)
added a small clarification in the doc
author
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 7 Sep 2012 13:42:22 +0000 (15:42 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 7 Sep 2012 13:42:22 +0000 (15:42 +0200)
doc/advanced.rst
patch
|
blob
|
history
diff --git
a/doc/advanced.rst
b/doc/advanced.rst
index
388fe21
..
e2d2f69
100644
(file)
--- a/
doc/advanced.rst
+++ b/
doc/advanced.rst
@@
-61,7
+61,8
@@
Now, let's use a ``lipsum`` *filter*:
Again, it works, but it looks weird. A filter transforms the passed value to
something else but here we use the value to indicate the number of words to
-generate.
+generate (so, ``40`` is an argument of the filter, not the value we want to
+transform).
Next, let's use a ``lipsum`` *function*: