From: Luis Cordova Date: Sat, 13 Apr 2013 05:37:28 +0000 (-0500) Subject: typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=e3b9e99d4d420597149a2836f0ad930c4c84e8c4;p=konrad%2Ftwig.git typo --- diff --git a/doc/advanced.rst b/doc/advanced.rst index 06ad771..c48c1ed 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -245,7 +245,7 @@ A dynamic filter can define more than one dynamic parts:: // ... }); -The filter will receive all dynamic part values before the normal filters +The filter will receive all dynamic part values before the normal filter arguments, but after the environment and the context. For instance, a call to ``'foo'|a_path_b()`` will result in the following arguments to be passed to the filter: ``('a', 'b', 'foo')``.