Author: cbrisson
Date: Wed Feb  7 08:49:17 2018
New Revision: 1823442

URL: http://svn.apache.org/viewvc?rev=1823442&view=rev
Log:
[site] Fix #if section (issue #VELOCITY-890) - production

Modified:
    velocity/site/production/engine/2.0/user-guide.html
    velocity/site/production/engine/devel/user-guide.html

Modified: velocity/site/production/engine/2.0/user-guide.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/2.0/user-guide.html?rev=1823442&r1=1823441&r2=1823442&view=diff
==============================================================================
--- velocity/site/production/engine/2.0/user-guide.html (original)
+++ velocity/site/production/engine/2.0/user-guide.html Wed Feb  7 08:49:17 2018
@@ -778,7 +778,7 @@ The result of the second query is bill
 <ul>
 <li><em>$foo</em> is a boolean (true/false) which has a true value</li>
 <li><em>$foo</em> is a string or a collection which is not null 
<strong>and</strong> not empty</li>
-<li><em>$foo</em> is a number which equals to zero</li>
+<li><em>$foo</em> is a number which is not equal to zero</li>
 <li><em>$foo</em> is an object (other than a string, a number or a collection) 
which is not null</li>
 </ul>
 <p>(please note that this is the default behavior, but Velocity can be 
configured to <a href="configuration.html#if-directive">skip all checks beyond 
boolean and nullity ones</a>).</p>

Modified: velocity/site/production/engine/devel/user-guide.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/user-guide.html?rev=1823442&r1=1823441&r2=1823442&view=diff
==============================================================================
--- velocity/site/production/engine/devel/user-guide.html (original)
+++ velocity/site/production/engine/devel/user-guide.html Wed Feb  7 08:49:17 
2018
@@ -778,7 +778,7 @@ The result of the second query is bill
 <ul>
 <li><em>$foo</em> is a boolean (true/false) which has a true value</li>
 <li><em>$foo</em> is a string or a collection which is not null 
<strong>and</strong> not empty</li>
-<li><em>$foo</em> is a number which equals to zero</li>
+<li><em>$foo</em> is a number which is not equal to zero</li>
 <li><em>$foo</em> is an object (other than a string, a number or a collection) 
which is not null</li>
 </ul>
 <p>(please note that this is the default behavior, but Velocity can be 
configured to <a href="configuration.html#if-directive">skip all checks beyond 
boolean and nullity ones</a>).</p>


Reply via email to