minor #3150 fix variable name (galdiolo)

This PR was merged into the 2.x branch.

Discussion
----------

fix variable name

Commits
-------

2cb5387e fix variable name
This commit is contained in:
Fabien Potencier
2019-09-15 10:34:00 +02:00
+1 -1
View File
@@ -22,7 +22,7 @@ You can pass an arrow function to sort the array:
.. code-block:: twig
{% set list = [
{% set fruits = [
{ name: 'Apples', quantity: 5 },
{ name: 'Oranges', quantity: 2 },
{ name: 'Grapes', quantity: 4 },