updated doc to add arrays in the 'Literals' section
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sun, 13 Dec 2009 12:30:02 +0000 (12:30 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sun, 13 Dec 2009 12:30:02 +0000 (12:30 +0000)
git-svn-id: http://svn.twig-project.org/trunk@165 93ef8e89-cb99-4229-a87c-7fa0fa45744b

doc/02-Twig-for-Template-Designers.markdown

index cc9b3dd..2fe90ff 100644 (file)
@@ -661,7 +661,8 @@ exist:
 
  * `[foo, bar]`: Arrays are defined by a sequence of expressions separated by
    a comma (`,`) and wrapped with squared brackets (`[]`). As an array element
-   can be any valid expression, arrays can be nested.
+   can be any valid expression, arrays can be nested. The array notation is
+   only available as of Twig 0.9.5.
 
 ### Math