You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2019/08/20 09:40:05 UTC

[freemarker] branch 2.3.29-maintenance updated: Fixed some typos in the Manual (including FREEMARKER-118)

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

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


The following commit(s) were added to refs/heads/2.3.29-maintenance by this push:
     new 5f87566  Fixed some typos in the Manual (including FREEMARKER-118)
5f87566 is described below

commit 5f875665d58efcb39851d3b0fd44ba52b81ac5f0
Author: ddekany <dd...@apache.org>
AuthorDate: Tue Aug 20 11:39:54 2019 +0200

    Fixed some typos in the Manual (including FREEMARKER-118)
---
 src/manual/en_US/book.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 7b4292d..9edc8da 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -28742,8 +28742,8 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
             </listitem>
 
             <listitem>
-              <para><link linkend="extendedJavaDecimalFormat">Extended decimal
-              format</link> parameter <quote>multiplier</quote> was
+              <para><link linkend="topic.extendedJavaDecimalFormat">Extended
+              decimal format</link> parameter <quote>multiplier</quote> was
               incorrectly written as <quote>multipier</quote>. Now both words
               are recognized.</para>
             </listitem>