fixed description of cycle's advance-attribute

This commit is contained in:
messju
2003-09-18 09:50:28 +00:00
parent 8afe18bcde
commit 2c36caa05a
2 changed files with 2 additions and 2 deletions

View File

@@ -3004,7 +3004,7 @@ AUSGABE:
</para> </para>
<para> <para>
Das 'advance'-Attribut wird verwendet um einen Wert zu wiederholen. Das 'advance'-Attribut wird verwendet um einen Wert zu wiederholen.
Wenn auf 'true' gesetzt, wird bei der n&auml;chsten Iteration der selbe Wenn auf 'false' gesetzt, wird bei der n&auml;chsten Iteration der selbe
Wert erneut ausgegeben. Wert erneut ausgegeben.
</para> </para>
<para> <para>

View File

@@ -3389,7 +3389,7 @@ OUTPUT:
a value. a value.
</para> </para>
<para> <para>
The advance attribute is used to repeat a value. When set to true, The advance attribute is used to repeat a value. When set to false,
the next call to cycle will print the same value. the next call to cycle will print the same value.
</para> </para>
<para> <para>