make it clear {section} is for sequentially indexed arrays

This commit is contained in:
monte.ohrt
2009-05-28 14:13:11 +00:00
parent 2172df777a
commit 49e154a6f9

View File

@@ -4,7 +4,7 @@
<title>{section},{sectionelse}</title>
<para>
A <varname>{section}</varname>
is for looping over <emphasis role="bold">arrays of data</emphasis>,
is for looping over <emphasis role="bold">sequentially indexed arrays of data</emphasis>,
unlike <link linkend="language.function.foreach"><varname>{foreach}</varname></link>
which is used to loop over a
<emphasis role="bold">single associative array</emphasis>.