mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
removed obsolete note from the doc
This commit is contained in:
@@ -950,13 +950,6 @@ Arrays and hashes can be nested:
|
||||
|
||||
{% set foo = [1, {"foo": "bar"}] %}
|
||||
|
||||
.. caution::
|
||||
|
||||
When defining nested hashes, be careful to put at least one whitespace
|
||||
between the two closing curly braces like in this example: ``{ 'foo: {
|
||||
'bar': 'foobar' } }``. If not, Twig will interpret ``}}`` as the end of
|
||||
the expression.
|
||||
|
||||
Math
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user