diff options
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/Template.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/php/src/Template.php b/php/src/Template.php index 47bcf5d..bca260f 100644 --- a/php/src/Template.php +++ b/php/src/Template.php @@ -728,8 +728,7 @@ Filters::init(); * } * }; * - * # create template that converts name to lowercase and then - * # calculates the SHA-1 digest of the result + * # create template which uses custom "wrap" filter" * $tmpl = new Template('sandwich: %{meat | wrap slice heel}, taco: %{meat | wrap shell}'); * * # run template and print result |