You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/09/02 10:50:53 UTC

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

Author: fschumacher
Date: Sat Sep  2 10:50:52 2017
New Revision: 1807035

URL: http://svn.apache.org/viewvc?rev=1807035&view=rev
Log:
Correct spelling (case) of RandomDate

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=1807035&r1=1807034&r2=1807035&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Sat Sep  2 10:50:52 2017
@@ -640,7 +640,7 @@ the comma after <code>7</code> is escape
 </component>
 
 <component index="&sect-num;.5.8" name="__RandomDate">
-<description><p>The randomDate function returns a random date that lies between the given start date and end date values.</p></description>
+<description><p>The RandomDate function returns a random date that lies between the given start date and end date values.</p></description>
 
 <properties>
         <property name="Time format" required="No">Format string for DateTimeFormatter (default <code>yyyy-MM-dd</code>)</property>