You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by wg...@apache.org on 2007/07/03 04:35:02 UTC

svn commit: r552651 - /velocity/engine/trunk/xdocs/docs/user-guide.xml

Author: wglass
Date: Mon Jul  2 19:35:01 2007
New Revision: 552651

URL: http://svn.apache.org/viewvc?view=rev&rev=552651
Log:
fixed typo (made examples parallel)

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?view=diff&rev=552651&r1=552650&r2=552651
==============================================================================
--- velocity/engine/trunk/xdocs/docs/user-guide.xml (original)
+++ velocity/engine/trunk/xdocs/docs/user-guide.xml Mon Jul  2 19:35:01 2007
@@ -1944,7 +1944,7 @@
     </p>
 
 <source><![CDATA[
-Send #set($foo=["$10 and ","a pie"])#foreach($a in $foo)$a#end please.
+Send me #set($foo=["$10 and ","a pie"])#foreach($a in $foo)$a#end please.
 ]]></source>
 
     <p>