This commit is contained in:
Luis Cordova
2013-04-13 00:37:28 -05:00
parent 8bbbecd08e
commit e3b9e99d4d
+1 -1
View File
@@ -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')``.