You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2013/07/06 00:21:12 UTC

svn commit: r1500154 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Fri Jul  5 22:21:11 2013
New Revision: 1500154

URL: http://svn.apache.org/r1500154
Log:
Superflous index

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1500154&r1=1500153&r2=1500154&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Jul  5 22:21:11 2013
@@ -2299,7 +2299,7 @@ This would be the case if the Regular Ex
 <properties>
         <property name="Name" required="No">Descriptive name for this controller that is shown in the tree.</property>
         <property name="Input variable prefix" required="Yes">Prefix for the variable names to be used as input.</property>
-        <property name="Start index for loop" required="No">Start index (exclusive) for loop over variables (first element is at index start index + 1)</property>
+        <property name="Start index for loop" required="No">Start index (exclusive) for loop over variables (first element is at start index + 1)</property>
         <property name="End index for loop" required="No">End index (inclusive) for loop over variables</property>
         <property name="Output variable" required="Yes">
                 The name of the variable which can be used in the loop for replacement in the samplers</property>