You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/01/16 14:34:42 UTC

svn commit: r1724972 - /jmeter/trunk/xdocs/usermanual/functions.xml

Author: pmouawad
Date: Sat Jan 16 13:34:42 2016
New Revision: 1724972

URL: http://svn.apache.org/viewvc?rev=1724972&view=rev
Log:
Take into account Pascal Schumacher comment

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

Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1724972&r1=1724971&r2=1724972&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Sat Jan 16 13:34:42 2016
@@ -339,7 +339,7 @@ that is like counting the number of iter
 counting how many times that request was run.
 </p>
 <p>The counter uses an integer variable to hold the count, which therefore has a maximum of 2,147,483,647.</p>
-<p>The counter function instances are now completely independent.  
+<p>The counter function instances are completely independent.  
 The global counter - "<code>FALSE</code>" - is separately maintained by each counter instance.
 </p>
 <p>