fix variable name

This commit is contained in:
Claudio Galdiolo
2019-09-14 13:04:38 +02:00
committed by GitHub
parent ac72085e78
commit 2cb5387e75
+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 },