mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
typo
This commit is contained in:
+1
-1
@@ -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')``.
|
||||
|
||||
Reference in New Issue
Block a user