Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolac committed May 11, 2016
1 parent 4cc32db commit 6db84c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,6 @@ lambda as an argument.
```twig
{{ call(=> _ * 2, [10]) }}
{# prints '20' #}
{{ call(=> _.foo, [{foo: 12}]} }}
{{ call(=> _.foo, [{foo: 12}]) }}
{# prints '12' #}
```

0 comments on commit 6db84c7

Please sign in to comment.