We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc32db commit 6db84c7Copy full SHA for 6db84c7
1 file changed
README.md
@@ -247,6 +247,6 @@ lambda as an argument.
247
```twig
248
{{ call(=> _ * 2, [10]) }}
249
{# prints '20' #}
250
-{{ call(=> _.foo, [{foo: 12}]} }}
+{{ call(=> _.foo, [{foo: 12}]) }}
251
{# prints '12' #}
252
```
0 commit comments