(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/master Commit: be2d7994ca6194565b4484d3556d1b0c3d2f8bb8 Parents: 3a62ff8 Author: ddekany <[email protected]> Authored: Tue Dec 29 19:35:15 2015 +0100 Committer: ddekany <[email protected]> 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>
