From 35af695023b5d9314c2b56bec31523136d545f14 Mon Sep 17 00:00:00 2001 From: fabien Date: Sun, 13 Dec 2009 12:30:02 +0000 Subject: [PATCH] updated doc to add arrays in the 'Literals' section git-svn-id: http://svn.twig-project.org/trunk@165 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- doc/02-Twig-for-Template-Designers.markdown | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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 -- 1.7.2.5