Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae f084603d7 -> d616f2936
Manual typo: interableSupport -> iterableSupport Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/d616f293 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/d616f293 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/d616f293 Branch: refs/heads/2.3-gae Commit: d616f29368c8c429945d408bd1b28a853e4d403f Parents: f084603 Author: ddekany <[email protected]> Authored: Sat May 28 22:10:27 2016 +0200 Committer: ddekany <[email protected]> Committed: Sat May 28 22:10:27 2016 +0200 ---------------------------------------------------------------------- src/manual/en_US/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/d616f293/src/manual/en_US/book.xml ---------------------------------------------------------------------- diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index 81715bc..2e2c83e 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -26537,7 +26537,7 @@ TemplateModel x = env.getVariable("x"); // get variable x</programlisting> <para>Added new setting to <literal>DefaultObjectWrapper</literal> (and to <literal>DefaultObjectWrapperBuilder</literal>): - <literal>interableSupport</literal>. This is to fix the issue + <literal>iterableSupport</literal>. This is to fix the issue when you couldn't use <literal>#list</literal> (or <literal>?has_next</literal>, etc.) on a value that only implements Java 5 <literal>java.lang.Iterable</literal> (not to
