This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new d6a8ece  (Fixed typo in Manual)
d6a8ece is described below

commit d6a8ece62c88ecf518578c3149668a7f194b5de2
Author: ddekany <[email protected]>
AuthorDate: Fri Apr 5 23:14:29 2019 +0200

    (Fixed typo in Manual)
---
 src/manual/en_US/book.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 22ba798..6fff000 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -15904,7 +15904,7 @@ ${1.234}</programlisting>
           <programlisting role="template">&lt;#setting 
number_format=",##0.00"&gt;
 &lt;#setting locale="en_US"&gt;
 US people write:     ${12345678}
-&lt;#setting locale="hu"&gt;
+&lt;#setting locale="de_DE"&gt;
 German people write: ${12345678}</programlisting>
 
           <programlisting role="output">US people write:     12,345,678.00

Reply via email to