Author: nbubna
Date: Wed Sep 3 17:24:13 2008
New Revision: 691843
URL: http://svn.apache.org/viewvc?rev=691843&view=rev
Log:
VELOCITY-575 don't call shorthand notation 'normal'
Modified:
velocity/engine/trunk/xdocs/docs/vtl-reference-guide.xml
Modified: velocity/engine/trunk/xdocs/docs/vtl-reference-guide.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/xdocs/docs/vtl-reference-guide.xml?rev=691843&r1=691842&r2=691843&view=diff
==============================================================================
--- velocity/engine/trunk/xdocs/docs/vtl-reference-guide.xml (original)
+++ velocity/engine/trunk/xdocs/docs/vtl-reference-guide.xml Wed Sep 3
17:24:13 2008
@@ -54,9 +54,10 @@
</p>
<ul>
- <li>Normal notation: <variable>$mud-Slinger_9</variable></li>
- <li>Silent notation: <variable>$!mud-Slinger_9</variable></li>
+ <li>Shorthand notation: <variable>$mud-Slinger_9</variable></li>
+ <li>Silent Shorthand notation:
<variable>$!mud-Slinger_9</variable></li>
<li>Formal notation: <variable>${mud-Slinger_9}</variable></li>
+ <li>Silent Formal notation: <variable>$!{mud-Slinger_9}</variable></li>
</ul>
</subsection>