From: fabien Date: Sun, 13 Dec 2009 12:30:02 +0000 (+0000) Subject: updated doc to add arrays in the 'Literals' section X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=35af695023b5d9314c2b56bec31523136d545f14;p=konrad%2Ftwig.git updated doc to add arrays in the 'Literals' section git-svn-id: http://svn.twig-project.org/trunk@165 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- diff --git a/doc/02-Twig-for-Template-Designers.markdown b/doc/02-Twig-for-Template-Designers.markdown index cc9b3dd..2fe90ff 100644 --- a/doc/02-Twig-for-Template-Designers.markdown +++ b/doc/02-Twig-for-Template-Designers.markdown @@ -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