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 2018/01/21 14:08:37 UTC

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

Author: pmouawad
Date: Sun Jan 21 14:08:37 2018
New Revision: 1821792

URL: http://svn.apache.org/viewvc?rev=1821792&view=rev
Log:
Remove space as per Pascal Schumacher note, thanks

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=1821792&r1=1821791&r2=1821792&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Sun Jan 21 14:08:37 2018
@@ -1678,7 +1678,7 @@ returns:
     <p>Examples:
     <source>${__changeCase(Avaro omnia desunt\, inopi pauca\, sapienti nihil,UPPER,)}</source> will return <code>AVARO OMNIA DESUNT, INOPI PAUCA, SAPIENTI NIHIL</code>
     <source>${__changeCase(LABOR OMNIA VINCIT IMPROBUS,LOWER,)}</source> will return <code>labor omnia vincit improbus</code>
-    <source>${__changeCase(omnibus viis romam pervenitur ,CAPITALIZE,)}</source> will return <code>Omnibus viis romam pervenitur</code>
+    <source>${__changeCase(omnibus viis romam pervenitur,CAPITALIZE,)}</source> will return <code>Omnibus viis romam pervenitur</code>
     </p>
 </component>