Author: nbubna
Date: Mon Oct 20 09:34:27 2008
New Revision: 706332

URL: http://svn.apache.org/viewvc?rev=706332&view=rev
Log:
VELOCITY-633 clarify what integer division means

Modified:
    velocity/engine/trunk/xdocs/docs/user-guide.xml

Modified: velocity/engine/trunk/xdocs/docs/user-guide.xml
URL: 
http://svn.apache.org/viewvc/velocity/engine/trunk/xdocs/docs/user-guide.xml?rev=706332&r1=706331&r2=706332&view=diff
==============================================================================
--- velocity/engine/trunk/xdocs/docs/user-guide.xml (original)
+++ velocity/engine/trunk/xdocs/docs/user-guide.xml Mon Oct 20 09:34:27 2008
@@ -2186,8 +2186,8 @@
 
   <p>
     When a division operation is performed between two integers, the result 
will be an
-    integer. Any remainder can be obtained by using the modulus
-    (<em>%</em>) operator.
+    integer, as the fractional portion is discarded. Any remainder can be 
obtained by
+    using the modulus (<em>%</em>) operator.
   </p>
 
 <source><![CDATA[


Reply via email to