You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/06/14 00:49:10 UTC

svn commit: r414000 - /myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld

Author: baranda
Date: Tue Jun 13 15:49:10 2006
New Revision: 414000

URL: http://svn.apache.org/viewvc?rev=414000&view=rev
Log:
Fixes MYFACES-1332. There was a typo in the convertNumber documentation. Thanks to Paul Spencer

Modified:
    myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld

Modified: myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld?rev=414000&r1=413999&r2=414000&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld (original)
+++ myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld Tue Jun 13 15:49:10 2006
@@ -284,7 +284,7 @@
             <rtexprvalue>false</rtexprvalue>
             <description>
                 The type of formatting/parsing to be performed.  Values include:
-                number, currency, and percentage.  Default: number.
+                number, currency, and percent.  Default: number.
             </description>
         </attribute>
     </tag>