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 2015/12/30 19:11:54 UTC

[34/35] incubator-freemarker git commit: (Manual typo)

(Manual typo)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/be2d7994
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/be2d7994
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/be2d7994

Branch: refs/heads/2.3
Commit: be2d7994ca6194565b4484d3556d1b0c3d2f8bb8
Parents: 3a62ff8
Author: ddekany <dd...@apache.org>
Authored: Tue Dec 29 19:35:15 2015 +0100
Committer: ddekany <dd...@apache.org>
Committed: Tue Dec 29 19:35:15 2015 +0100

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/be2d7994/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 8f43a97..665826f 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -6366,8 +6366,8 @@ public class Product {
         <para>Regardless if <literal>latestProduct</literal> is a
         <literal>Map</literal> that contains the <literal>"name"</literal> and
         <literal>"url"</literal> keys, or it's a JavaBean as shown above, in
-        the template you can use <literal>${latestProduct.name}</literal> .The
-        root itself need not be a <literal>Map</literal> either. It could be
+        the template you can use <literal>${latestProduct.name}</literal>. The
+        root itself need not be a <literal>Map</literal> either; it could be
         an object with <literal>getUser()</literal> and
         <literal>getLastestProduct()</literal> methods too.</para>